Skip to content

Commit 1edeafa

Browse files
Bump actions/checkout from 5 to 6 in the all-dependencies group
Bumps the all-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dab96c commit 1edeafa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-runner-utils-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Region: ap-southeast-2
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Build Info
2525
run: |
2626
echo "github.ref: ${{ github.ref }}"

0 commit comments

Comments
 (0)