Skip to content

Commit 44b0635

Browse files
Bump actions/checkout from 6 to 7 (#1208)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c751d38 commit 44b0635

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python }}
@@ -40,7 +40,7 @@ jobs:
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v6
43+
- uses: actions/checkout@v7
4444
- uses: actions/setup-python@v6
4545
with:
4646
python-version: "3.11"
@@ -72,7 +72,7 @@ jobs:
7272
fail-fast: false
7373

7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
with:
7777
fetch-depth: 0
7878
fetch-tags: true
@@ -111,7 +111,7 @@ jobs:
111111
name: Make SDist
112112
runs-on: ubuntu-latest
113113
steps:
114-
- uses: actions/checkout@v6
114+
- uses: actions/checkout@v7
115115
with:
116116
fetch-depth: 0
117117
fetch-tags: true

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell

0 commit comments

Comments
 (0)