chore(deps): bump actions/checkout from 4 to 6 (#11166)
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](https://github.com/actions/checkout/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 23, 2026 at 06:35 UTC
4a80af4b544817117063b48ef3768d928513fbb5
1 file changed
+1
-1
.github/workflows/dependabot-tidy.yml
+1
-1
@@ -36,7 +36,7 @@ jobs:
36
echo "number=$pr_number" >> $GITHUB_OUTPUT
37
branch=$(gh pr view "$pr_number" --repo "${{ github.repository }}" --json headRefName -q '.headRefName')
38
echo "branch=$branch" >> $GITHUB_OUTPUT
39
- - uses: actions/checkout@v4
39
+ - uses: actions/checkout@v6
40
with:
41
ref: ${{ steps.pr.outputs.branch }}
42
token: ${{ secrets.GITHUB_TOKEN }}