Skip to content

Commit 2e29c52

Browse files
chore(deps): bump actions/create-github-app-token
Bumps the actions-major group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58d1121 commit 2e29c52

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/api-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Generate token
4141
id: app-token
42-
uses: actions/create-github-app-token@v2
42+
uses: actions/create-github-app-token@v3
4343
with:
4444
app-id: ${{ secrets.APP_ID }}
4545
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Generate token
2626
id: app-token
2727
if: ${{ steps.meta.outputs.update-type == null || steps.meta.outputs.update-type == 'version-update:semver-patch' || (!startsWith(steps.meta.outputs.previous-version, '0.') && steps.meta.outputs.update-type == 'version-update:semver-minor') }}
28-
uses: actions/create-github-app-token@v2
28+
uses: actions/create-github-app-token@v3
2929
with:
3030
app-id: ${{ secrets.APP_ID }}
3131
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- id: app-token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.APP_ID }}
2424
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# use GitHub app to create a release token that can publish to homebrew-tap and scoop
7474
- name: Generate token
7575
id: app-token
76-
uses: actions/create-github-app-token@v2
76+
uses: actions/create-github-app-token@v3
7777
with:
7878
app-id: ${{ secrets.APP_ID }}
7979
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
go-version-file: go.mod
4949
cache: true
5050
- id: app-token
51-
uses: actions/create-github-app-token@v2
51+
uses: actions/create-github-app-token@v3
5252
with:
5353
app-id: ${{ secrets.APP_ID }}
5454
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -72,7 +72,7 @@ jobs:
7272
go-version-file: go.mod
7373
cache: true
7474
- id: app-token
75-
uses: actions/create-github-app-token@v2
75+
uses: actions/create-github-app-token@v3
7676
with:
7777
app-id: ${{ secrets.APP_ID }}
7878
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -96,7 +96,7 @@ jobs:
9696
go-version-file: go.mod
9797
cache: true
9898
- id: app-token
99-
uses: actions/create-github-app-token@v2
99+
uses: actions/create-github-app-token@v3
100100
with:
101101
app-id: ${{ secrets.APP_ID }}
102102
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -121,7 +121,7 @@ jobs:
121121
go-version-file: go.mod
122122
cache: true
123123
- id: app-token
124-
uses: actions/create-github-app-token@v2
124+
uses: actions/create-github-app-token@v3
125125
with:
126126
app-id: ${{ secrets.APP_ID }}
127127
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)