Skip to content

Commit 950a228

Browse files
chore(deps): update actions/create-github-app-token action to v2
1 parent b6f0fd2 commit 950a228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_grid_driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Generate GitHub token
6262
if: steps.git-check.outputs.changes == 'true'
6363
id: generate-token
64-
uses: actions/create-github-app-token@v1
64+
uses: actions/create-github-app-token@v2
6565
with:
6666
app-id: ${{ vars.APP_ID }}
6767
private-key: ${{ steps.get-private-key.outputs.private-key }}

0 commit comments

Comments
 (0)