Skip to content

Commit 281bc50

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fae37d4 commit 281bc50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-testing-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Setup Apollo Git Bot
1717
id: bot-token
18-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
18+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919
with:
2020
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2121
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}

.github/workflows/ci-testing-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Setup Apollo Git Bot
1616
id: bot-token
17-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
17+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1818
with:
1919
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2020
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)