Skip to content

Commit d4b2dce

Browse files
dependabot[bot]nemesifier
authored andcommitted
[ci] Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/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/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f036de commit d4b2dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
app-id: ${{ secrets.app_id }}
7878
private-key: ${{ secrets.private_key }}
7979

80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0
8383
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)