Skip to content

Commit d17e1e4

Browse files
Bump actions/checkout from 5 to 6 in the actions group (#71)
Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0624c7a commit d17e1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- python-version: "3.13"
2929
os: macos-15
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v6
3434
with:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
steps:
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474
- name: Install uv
7575
uses: astral-sh/setup-uv@v7
7676
with:
@@ -118,7 +118,7 @@ jobs:
118118
UV_SYSTEM_PYTHON: 1
119119
runs-on: ubuntu-24.04
120120
steps:
121-
- uses: actions/checkout@v5
121+
- uses: actions/checkout@v6
122122
- name: Set up Python ${{ matrix.python-version }}
123123
uses: actions/setup-python@v6
124124
with:

0 commit comments

Comments
 (0)