Skip to content

Commit d8aa24a

Browse files
chore github-actions(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/create-github-app-token` from 1 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v3) Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb25e19 commit d8aa24a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
startsWith(github.event.comment.body, '/cherry-pick')
2626
)
2727
steps:
28-
- uses: actions/create-github-app-token@v1
28+
- uses: actions/create-github-app-token@v3
2929
id: app-token
3030
with:
3131
app-id: ${{ vars.CI_APP_ID }}
3232
private-key: ${{ secrets.CI_APP_KEY }}
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
- name: Create backport pull requests
3535
uses: korthout/backport-action@v4
3636
with:

0 commit comments

Comments
 (0)