Skip to content

Commit 579737c

Browse files
chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 (#325)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 2.0.2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1.12.0...v2.0.2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.0.2 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 69475ce commit 579737c

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@v1.12.0
70+
uses: actions/create-github-app-token@v2.0.2
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@v1.12.0
41+
uses: actions/create-github-app-token@v2.0.2
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@v1.12.0
38+
uses: actions/create-github-app-token@v2.0.2
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
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Get App Token
106106
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
107-
uses: actions/create-github-app-token@v1.12.0
107+
uses: actions/create-github-app-token@v2.0.2
108108
id: get_token
109109
with:
110110
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
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Get App Token
4545
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
46-
uses: actions/create-github-app-token@v1.12.0
46+
uses: actions/create-github-app-token@v2.0.2
4747
id: get_token
4848
with:
4949
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@v1.12.0
30+
uses: actions/create-github-app-token@v2.0.2
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@v1.12.0
18+
uses: actions/create-github-app-token@v2.0.2
1919
id: get_token
2020
with:
2121
app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}

0 commit comments

Comments
 (0)