Skip to content

Commit 8854e23

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2d6633 commit 8854e23

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
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build
3737
- name: Generate app token
3838
id: app-token
39-
uses: actions/create-github-app-token@v2.0.2
39+
uses: actions/create-github-app-token@v2.0.3
4040
with:
4141
app-id: ${{secrets.GH_APP_ID}}
4242
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@v2.0.2
39+
uses: actions/create-github-app-token@v2.0.3
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@v2.0.2
38+
uses: actions/create-github-app-token@v2.0.3
3939
with:
4040
app-id: ${{secrets.GH_APP_ID}}
4141
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)