Skip to content

Commit 6295449

Browse files
chore(deps): update actions/create-github-app-token digest to fee1f7d
1 parent 4cf4971 commit 6295449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Generate GitHub App Token
3939
id: app-token
40-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
40+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
4141
with:
4242
app-id: ${{ secrets.APP_ID }}
4343
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- name: Generate GitHub App Token
216216
id: app-token
217-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
217+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
218218
with:
219219
app-id: ${{ secrets.APP_ID }}
220220
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)