Skip to content

Commit 845a918

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 4bb6fe2 commit 845a918

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-stack-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Generate app token
19-
uses: actions/create-github-app-token@v2
19+
uses: actions/create-github-app-token@v3
2020
id: app-token
2121
with:
2222
app-id: ${{ secrets.APP_ID }}

.github/workflows/renovate-stack-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Generate app token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
id: app-token
1919
with:
2020
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)