Skip to content

Commit 2f5641c

Browse files
fix(github-action): update actions/create-github-app-token action to v3.1.1
1 parent 5e76ef8 commit 2f5641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Generate Token
42-
uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0
42+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4343
id: app-token
4444
with:
4545
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)