Skip to content

Commit aaf0397

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 769029c commit aaf0397

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0 # fetch the entire repo history, required to guarantee setuptools_scm will pick up tags
1919
- uses: actions/setup-python@v6

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Run sphinx-build
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags
1414
- uses: astral-sh/setup-uv@v7
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version: ["3.11", "3.12", "3.13"]
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags
3535
- uses: astral-sh/setup-uv@v7
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
python-version: ["3.11", "3.12", "3.13"]
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
with:
5353
fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags
5454
- uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)