Skip to content

Commit c9e3616

Browse files
chore(deps): update actions/create-github-app-token action to v2.1.0
1 parent da9fbad commit c9e3616

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Create GitHub App Token
19-
uses: actions/create-github-app-token@v2.0.6
19+
uses: actions/create-github-app-token@v2.1.0
2020
id: app-token
2121
with:
2222
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)