Skip to content

Commit ae8e60c

Browse files
Bump actions/create-github-app-token from 2.0.6 to 2.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 to 2.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.0.6...v2.1.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2180b8f commit ae8e60c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Generate app token
2727
id: app-token
28-
uses: actions/create-github-app-token@v2.0.6
28+
uses: actions/create-github-app-token@v2.1.1
2929
with:
3030
app-id: ${{secrets.GH_APP_ID}}
3131
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{matrix.branch}}
2525
- name: Generate app token
2626
id: app-token
27-
uses: actions/create-github-app-token@v2.0.6
27+
uses: actions/create-github-app-token@v2.1.1
2828
with:
2929
app-id: ${{secrets.GH_APP_ID}}
3030
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-s6-overlay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{matrix.branch}}
2525
- name: Generate app token
2626
id: app-token
27-
uses: actions/create-github-app-token@v2.0.6
27+
uses: actions/create-github-app-token@v2.1.1
2828
with:
2929
app-id: ${{secrets.GH_APP_ID}}
3030
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)