Skip to content

Commit e198ad3

Browse files
Merge pull request #81 from devopsix/dependabot/github_actions/actions/create-github-app-token-2
2 parents 1d75b7e + 8afc7e6 commit e198ad3

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Create access token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
id: app-token
2222
with:
2323
app-id: ${{ vars.RELEASE_APP_ID }}

0 commit comments

Comments
 (0)