Skip to content

Commit 03c17ea

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#251)
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v2 | v3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a053d0 commit 03c17ea

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate Token
1818
id: generate_token
19-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
19+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
2020
with:
2121
app-id: ${{ secrets.BOT_APP_ID }}
2222
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)