Skip to content

Commit 57088a7

Browse files
dependabot[bot]BrianPugh
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1477be commit 57088a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
submodules: "recursive"
2929
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
5151
cibw_archs: ["arm64"]
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
submodules: "recursive"
5757
fetch-depth: 0
@@ -93,7 +93,7 @@ jobs:
9393
name: Build source distribution
9494
runs-on: ubuntu-22.04
9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
with:
9898
submodules: "recursive"
9999
fetch-depth: 0

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
submodules: "recursive"
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)