Skip to content

Commit dd1cb1f

Browse files
authored
chore(deps): update actions/create-github-app-token action to v3 (#11)
2 parents ac8fded + b8a032b commit dd1cb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)