Skip to content

Commit ae8296e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
- name: Generate Access Token
14-
uses: actions/create-github-app-token@v2
14+
uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
1717
app-id: ${{ vars.PR_AUTO_UPDATE_CLIENT_ID }}

0 commit comments

Comments
 (0)