Skip to content

Commit 289825b

Browse files
authored
Merge pull request #10 from gitgitgadget/dependabot/github_actions/actions/create-github-app-token-2
build(deps): bump actions/create-github-app-token from 1 to 2
2 parents c15dd27 + b51d2af commit 289825b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sync-git-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
core.setOutput('to-fetch', [...toFetch].join(' '))
114114
- name: obtain installation token
115115
if: steps.check.outputs.refspec != ''
116-
uses: actions/create-github-app-token@v1
116+
uses: actions/create-github-app-token@v2
117117
id: token
118118
with:
119119
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}

.github/workflows/sync-gitster-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
core.setOutput('to-fetch', [...toFetch].join(' '))
100100
- name: obtain installation token
101101
if: steps.check.outputs.refspec != ''
102-
uses: actions/create-github-app-token@v1
102+
uses: actions/create-github-app-token@v2
103103
id: token
104104
with:
105105
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}

.github/workflows/sync-ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
core.setOutput('target-sha', targetSHA || '')
6565
- name: obtain installation token
6666
if: steps.check.outputs.skip == 'false'
67-
uses: actions/create-github-app-token@v1
67+
uses: actions/create-github-app-token@v2
6868
id: token
6969
with:
7070
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)