Skip to content

Commit 865817e

Browse files
build(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 b8a37f4 commit 865817e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
name: artifacts
307307
path: artifacts
308308

309-
- uses: actions/create-github-app-token@v1
309+
- uses: actions/create-github-app-token@v2
310310
id: pacman-repo-token
311311
with:
312312
app-id: ${{ secrets.GH_APP_ID }}

.github/workflows/git-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ jobs:
474474
with:
475475
name: ${{matrix.artifact.name}}-${{env.ARCHITECTURE}}
476476
path: artifacts
477-
- uses: actions/create-github-app-token@v1
477+
- uses: actions/create-github-app-token@v2
478478
if: matrix.artifact.name == 'installer' && github.event.inputs.architecture == 'x86_64'
479479
id: pr-comment-token
480480
with:

.github/workflows/remove-packages-from-pacman-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
GPGKEY: ${{secrets.GPGKEY}}
6666

67-
- uses: actions/create-github-app-token@v1
67+
- uses: actions/create-github-app-token@v2
6868
id: pacman-repo-token
6969
with:
7070
app-id: ${{ secrets.GH_APP_ID }}

0 commit comments

Comments
 (0)