Skip to content

Commit 29901ff

Browse files
Bump actions/checkout from 5 to 6 in the updates group (#235)
Bumps the updates 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: updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 719de35 commit 29901ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the codebase.
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Set up Python 3.
2525
uses: actions/setup-python@v6
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Check out the codebase.
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Uninstall GitHub Actions' built-in Homebrew.
5151
run: tests/uninstall-homebrew.sh

0 commit comments

Comments
 (0)