Skip to content

Commit bff2222

Browse files
Bump actions/create-github-app-token from 2 to 3 (#1388)
Bumps [actions/create-github-app-token](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af0d87b commit bff2222

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/auto-merge-authorized-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- name: "Generate Installation Token"
5050
id: get_token
51-
uses: actions/create-github-app-token@v2
51+
uses: actions/create-github-app-token@v3
5252
with:
5353
app-id: ${{ vars.GH_APP_ID }}
5454
private-key: ${{ secrets.GH_APP_KEY }}

.github/workflows/create-baseline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: "Generate Installation Token"
2626
id: get_token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3
2828
with:
2929
app-id: ${{ vars.GH_APP_ID }}
3030
private-key: ${{ secrets.GH_APP_KEY }}

.github/workflows/create-ensemble.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: "Generate Installation Token"
2626
id: get_token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3
2828
with:
2929
app-id: ${{ vars.GH_APP_ID }}
3030
private-key: ${{ secrets.GH_APP_KEY }}

.github/workflows/dispatch-ensemble-addition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: "Generate Installation Token"
1717
id: get_token_ent
18-
uses: actions/create-github-app-token@v2
18+
uses: actions/create-github-app-token@v3
1919
with:
2020
app-id: ${{ vars.ENT_GH_APP_ID }}
2121
private-key: ${{ secrets.ENT_GH_APP_KEY }}
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: "Generate Installation Token"
3737
id: get_token_gov
38-
uses: actions/create-github-app-token@v2
38+
uses: actions/create-github-app-token@v3
3939
with:
4040
app-id: ${{ vars.GH_APP_ID }}
4141
private-key: ${{ secrets.GH_APP_KEY }}

.github/workflows/dispatch-target-data-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: "Generate Installation Token"
1717
id: get_token
18-
uses: actions/create-github-app-token@v2
18+
uses: actions/create-github-app-token@v3
1919
with:
2020
app-id: ${{ vars.ENT_GH_APP_ID }}
2121
private-key: ${{ secrets.ENT_GH_APP_KEY }}

.github/workflows/update-target-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: "Generate Installation Token"
2121
id: get_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ vars.GH_APP_ID }}
2525
private-key: ${{ secrets.GH_APP_KEY }}

0 commit comments

Comments
 (0)