Skip to content

Commit c50666b

Browse files
ci(tools): update actions/create-github-app-token action to v3
1 parent 3f64624 commit c50666b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate token
2222
id: token
23-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
2424
with:
2525
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2626
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

0 commit comments

Comments
 (0)