Skip to content

Commit d0a4278

Browse files
authored
Merge pull request #327 from backstage/renovate/actions-create-github-app-token-3.x
chore(deps): update actions/create-github-app-token action to v3
2 parents dc25f0c + babbefd commit d0a4278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: "Generate token"
2222
id: generate_token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2626
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)