Skip to content

Commit 30b86c0

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

2 files changed

Lines changed: 2 additions & 2 deletions

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
contents: write
1717
id-token: write
1818
steps:
19-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
19+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2020
id: app-token
2121
with:
2222
client-id: ${{ secrets.APP_ID }}

.github/workflows/update-builtins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Update Node.js Built-in Modules
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
25+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2626
id: app-token
2727
with:
2828
client-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)