Skip to content

Commit 67da9f6

Browse files
chore(deps): bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd059c5 commit 67da9f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- name: Generate a GitHub token
9797
id: generate-token
98-
uses: actions/create-github-app-token@v1
98+
uses: actions/create-github-app-token@v2
9999
with:
100100
app-id: ${{ vars.WRITE_CONTENTS_PR_APP }}
101101
private-key: ${{ secrets.WRITE_CONTENTS_PR_KEY }}

.github/workflows/performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
})
9292
- name: Generate a token for saving performance data
9393
id: generate-token
94-
uses: actions/create-github-app-token@v1
94+
uses: actions/create-github-app-token@v2
9595
with:
9696
app-id: ${{ vars.WRITE_CONTENTS_PR_APP }}
9797
private-key: ${{ secrets.WRITE_CONTENTS_PR_KEY }}

.github/workflows/pre_commit_autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate a token
1616
id: generate-token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@v2
1818
with:
1919
app-id: ${{ vars.WRITE_CONTENTS_PR_APP }}
2020
private-key: ${{ secrets.WRITE_CONTENTS_PR_KEY }}

.github/workflows/uv_lock_autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate a token
1818
id: generate-token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
with:
2121
app-id: ${{ vars.WRITE_CONTENTS_PR_APP }}
2222
private-key: ${{ secrets.WRITE_CONTENTS_PR_KEY }}

0 commit comments

Comments
 (0)