Skip to content

Commit d1bdc18

Browse files
chore(deps): update actions/create-github-app-token action to v3.1.1 (#595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 292ca4c commit d1bdc18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate GitHub App token
2323
id: app-token
24-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2525
with:
2626
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2727
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate GitHub App token
2323
id: app-token
24-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2525
with:
2626
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2727
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate GitHub App token
2323
id: app-token
24-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2525
with:
2626
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2727
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)