Skip to content

Commit 7bc92af

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82795e8 commit 7bc92af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate bot token
2020
id: app-token
21-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
21+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2222
with:
2323
app-id: ${{ secrets.RELEASE_APP_ID }}
2424
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)