Skip to content

Commit db8eae9

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- python-version: "3.15"
2727
os: macos-26
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6
3232
with:
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
steps:
71-
- uses: actions/checkout@v6
71+
- uses: actions/checkout@v7
7272
- name: Install uv
7373
uses: astral-sh/setup-uv@v7
7474
with:
@@ -116,7 +116,7 @@ jobs:
116116
UV_SYSTEM_PYTHON: 1
117117
runs-on: ubuntu-24.04
118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120
- name: Set up Python ${{ matrix.python-version }}
121121
uses: actions/setup-python@v6
122122
with:

0 commit comments

Comments
 (0)