Skip to content

Commit 3196404

Browse files
Bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#134)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87929da commit 3196404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sed -i -E "s/$REGEX/\1${{steps.info.outputs.license-year}}\2/" LICENSE
3636
- name: Generate app token
3737
id: app-token
38-
uses: actions/create-github-app-token@v2.1.1
38+
uses: actions/create-github-app-token@v2.1.4
3939
with:
4040
app-id: ${{secrets.GH_APP_ID}}
4141
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 commit comments

Comments
 (0)