Skip to content

Commit db3b484

Browse files
chore(deps): update actions/create-github-app-token action to v2
1 parent ba394fe commit db3b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release_created: ${{ steps.release.outputs.release_created }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/create-github-app-token@v1
13+
- uses: actions/create-github-app-token@v2
1414
id: create-iat
1515
with:
1616
app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)