Skip to content

Commit 43e48a2

Browse files
renovate[bot]tmeckel
authored andcommitted
chore(deps): update actions/create-github-app-token action to v3
1 parent c0bde4e commit 43e48a2

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
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Generate GitHub App token
5454
id: app_token
55-
uses: actions/create-github-app-token@v2
55+
uses: actions/create-github-app-token@v3
5656
with:
5757
app-id: ${{ secrets.WORKFLOW_APP_ID }}
5858
private-key: ${{ secrets.WORKFLOW_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)