Skip to content

Commit 3605ceb

Browse files
authored
Merge pull request #29 from cmbuckley/dependabot/github_actions/actions/create-github-app-token-3
Bump actions/create-github-app-token from 2 to 3
2 parents 1d38c04 + ed2e818 commit 3605ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate a token
3333
if: ${{ github.event_name == 'push' }}
3434
id: token
35-
uses: actions/create-github-app-token@v2
35+
uses: actions/create-github-app-token@v3
3636
with:
3737
app-id: ${{ vars.BUXBOT_APP_ID }}
3838
private-key: ${{ secrets.BUXBOT_PRIVATE_KEY }}
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- name: Generate a token
111111
id: token
112-
uses: actions/create-github-app-token@v2
112+
uses: actions/create-github-app-token@v3
113113
with:
114114
app-id: ${{ vars.BUXBOT_APP_ID }}
115115
private-key: ${{ secrets.BUXBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)