Skip to content

Commit f29443c

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.0
1 parent a610a56 commit f29443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Generate Token
6767
id: app-token
6868
if: startsWith(github.ref, 'refs/tags/')
69-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
69+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
7070
with:
7171
app-id: ${{ secrets.BOT_APP_ID }}
7272
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)