Skip to content

Commit 92bcb0d

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 6ccd057 commit 92bcb0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-missing-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Generate GitHub App token
9595
id: app_token
96-
uses: actions/create-github-app-token@v2
96+
uses: actions/create-github-app-token@v3
9797
with:
9898
app-id: ${{ secrets.WORKFLOW_APP_ID }}
9999
private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }}

.github/workflows/create-linked-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Generate GitHub App token
5757
id: app_token
58-
uses: actions/create-github-app-token@v2
58+
uses: actions/create-github-app-token@v3
5959
with:
6060
app-id: ${{ secrets.WORKFLOW_APP_ID }}
6161
private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)