Skip to content

Commit 3164293

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent aa3872f commit 3164293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/github-app-auth/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
steps:
4242
- name: Generate GitHub App token
4343
id: app-token
44-
uses: actions/create-github-app-token@v2
44+
uses: actions/create-github-app-token@v3
4545
with:
4646
app-id: ${{ inputs.app-id }}
4747
private-key: ${{ inputs.private-key }}

0 commit comments

Comments
 (0)