Skip to content

Commit 70dc9aa

Browse files
chore(deps): bump actions/create-github-app-token from 2.1.0 to 2.2.0 (#374)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7702c9 commit 70dc9aa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/template_autodev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- name: Get App Token
6969
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
70-
uses: actions/create-github-app-token@v2.1.0
70+
uses: actions/create-github-app-token@v2.2.0
7171
id: get_token
7272
with:
7373
app-id: ${{ secrets.app_id }}

.github/workflows/template_automerge_dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Get App Token
41-
uses: actions/create-github-app-token@v2.1.0
41+
uses: actions/create-github-app-token@v2.2.0
4242
id: get_token
4343
with:
4444
app-id: ${{ secrets.app_id }}

.github/workflows/template_changeset_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Get App Token
38-
uses: actions/create-github-app-token@v2.1.0
38+
uses: actions/create-github-app-token@v2.2.0
3939
id: get_token
4040
with:
4141
app-id: ${{ secrets.app_id }}

.github/workflows/template_gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Get App Token
109109
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
110-
uses: actions/create-github-app-token@v2.1.0
110+
uses: actions/create-github-app-token@v2.2.0
111111
id: get_token
112112
with:
113113
app-id: ${{ secrets.app-id }}

.github/workflows/template_release_drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Get App Token
4949
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
50-
uses: actions/create-github-app-token@v2.1.0
50+
uses: actions/create-github-app-token@v2.2.0
5151
id: get_token
5252
with:
5353
app-id: ${{ secrets.app_id }}

.github/workflows/template_terraform_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Get App Token
30-
uses: actions/create-github-app-token@v2.1.0
30+
uses: actions/create-github-app-token@v2.2.0
3131
id: get_token
3232
with:
3333
app-id: ${{ secrets.app-id }}

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sed -i -E 's/(v[0-9]+.[0-9]+.[0-9]+)/${{ github.ref_name }}/g' README.md
1616
1717
- name: Get App Token
18-
uses: actions/create-github-app-token@v2.1.0
18+
uses: actions/create-github-app-token@v2.2.0
1919
id: get_token
2020
with:
2121
app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}

0 commit comments

Comments
 (0)