Skip to content

Commit 27cd8a2

Browse files
Merge pull request #1 from CodeWithSushil/dependabot/github_actions/actions/create-github-app-token-2
Bump actions/create-github-app-token from 1 to 2
2 parents f8eaea4 + 7e57628 commit 27cd8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.ref != 'refs/heads/1.x'
2828
run: exit 1
2929

30-
- uses: actions/create-github-app-token@v1
30+
- uses: actions/create-github-app-token@v2
3131
id: app-token
3232
with:
3333
app-id: ${{ vars.NIGHTWATCH_PERMISSIONS_APP_ID }}

0 commit comments

Comments
 (0)