Skip to content

Commit 4cd0b5c

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#9)
| 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 d5df006 commit 4cd0b5c

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
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- name: Generate Token
5151
id: generate_token
52-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
52+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
5353
with:
5454
app-id: ${{ secrets.BOT_APP_ID }}
5555
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Generate Token
105105
id: generate_token
106-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
106+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
107107
with:
108108
app-id: ${{ secrets.BOT_APP_ID }}
109109
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)