Skip to content

Commit 833e6af

Browse files
🌱 Update Github Actions group to v2
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v1 | v2 |
1 parent f23bdb5 commit 833e6af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
done
4343
4444
- name: Generate Token
45-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
45+
uses: actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
4646
id: generate-token
4747
with:
4848
app-id: ${{ secrets.SCS_APP_ID }}

.github/workflows/schedule-update-bot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
3939

4040
- name: Generate Token
41-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
41+
uses: actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
4242
id: generate-token
4343
with:
4444
app-id: ${{ secrets.SCS_APP_ID }}

0 commit comments

Comments
 (0)