Skip to content

Commit b629bad

Browse files
chore(deps): update actions/create-github-app-token action to v2.1.4
1 parent 5b8df3e commit b629bad

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Generate Token
7878
id: app-token
7979
if: startsWith(github.ref, 'refs/tags/')
80-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
80+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
8181
with:
8282
app-id: ${{ secrets.BOT_APP_ID }}
8383
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)