Skip to content

Commit

Permalink
chore: actions update (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsevernsentient authored Sep 9, 2024
1 parent 98511bf commit 8fa67b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/escalated-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cherry Picker
uses: evolv-ai/github-actions/cherry-picker@v6
uses: evolv-ai/github-actions/cherry-picker@v11
id: cherry-picker
with:
token: "${{ secrets.GH_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
NPM_TOKEN: ""
- name: Bump n Tag
if: github.event.ref == 'refs/heads/master'
uses: evolv-ai/github-actions/semver-bump-tag@v4
uses: evolv-ai/github-actions/semver-bump-tag@v11
id: semver_bump
with:
token: "${{ github.token }}"
Expand Down

0 comments on commit 8fa67b8

Please sign in to comment.