Skip to content

Commit f67000d

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump actions/create-github-app-token from 1.11.7 to 1.12.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.7 to 1.12.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1.11.7...v1.12.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e6b687 commit f67000d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm ci
3535
- name: Generate app token
3636
id: app-token
37-
uses: actions/create-github-app-token@v1.11.7
37+
uses: actions/create-github-app-token@v1.12.0
3838
with:
3939
app-id: ${{secrets.GH_APP_ID}}
4040
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
@@ -36,7 +36,7 @@ jobs:
3636
LICENSE_YEAR: ${{steps.info.outputs.license-year}}
3737
- name: Generate app token
3838
id: app-token
39-
uses: actions/create-github-app-token@v1.11.7
39+
uses: actions/create-github-app-token@v1.12.0
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

.github/workflows/update-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
NODE_VERSION: ${{steps.info.outputs.version}}
3636
- name: Generate app token
3737
id: app-token
38-
uses: actions/create-github-app-token@v1.11.7
38+
uses: actions/create-github-app-token@v1.12.0
3939
with:
4040
app-id: ${{secrets.GH_APP_ID}}
4141
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)