Skip to content

Commit 88c3273

Browse files
Bump actions/create-github-app-token from 1.12.0 to 3.0.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@d72941d...f8d387b) --- 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 14d590f commit 88c3273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
secrets: |
3636
secret/data/github/repo/${{ github.repository }}/github/app-credentials appId | APP_ID ;
3737
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
38-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
38+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3939
if: github.repository_owner == 'rancher-sandbox'
4040
id: app-token
4141
with:

0 commit comments

Comments
 (0)