Skip to content

Commit 9a014c4

Browse files
Bump actions/create-github-app-token from 2.2.1 to 3.0.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edad18a commit 9a014c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
YEAR: ${{steps.info.outputs.license-year}}
4040
- name: Generate app token
4141
id: app-token
42-
uses: actions/create-github-app-token@v2.2.1
42+
uses: actions/create-github-app-token@v3.0.0
4343
with:
4444
app-id: ${{secrets.GH_APP_ID}}
4545
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)