Skip to content

Commit ff20a21

Browse files
deps: bump actions/create-github-app-token
Bumps the production-dependencies group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f73ad37 commit ff20a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get Token
2525
id: get_workflow_token
26-
uses: actions/create-github-app-token@v1
26+
uses: actions/create-github-app-token@v2
2727
with:
2828
app-id: ${{ secrets.SECLABS_APP_ID }}
2929
private-key: ${{ secrets.SECLABS_APP_KEY }}

0 commit comments

Comments
 (0)