Skip to content

Commit 6949ddb

Browse files
authored
Merge pull request #3624 from hey-api/renovate/actions-create-github-app-token-3.x
chore(deps): update actions/create-github-app-token action to v3
2 parents 6e76af7 + 167b246 commit 6949ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Generate GitHub App Token
4242
id: app-token
43-
uses: actions/create-github-app-token@v2.2.1
43+
uses: actions/create-github-app-token@v3.0.0
4444
with:
4545
app-id: ${{ secrets.GIT_APP_CLIENT_ID }}
4646
private-key: ${{ secrets.GIT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)