Skip to content

Commit 62a448a

Browse files
dependabot[bot]fedorov
authored andcommitted
build(deps): Bump actions/checkout from 5 to 6 in the actions group
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>
1 parent 6412ac9 commit 62a448a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Make SDist
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

@@ -40,7 +40,7 @@ jobs:
4040
python: ["3.10", "3.12"]
4141

4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: actions/setup-python@v6
4545
name: Install Python ${{ matrix.python }}
4646
with:
@@ -106,7 +106,7 @@ jobs:
106106
arch: "ppc64le"
107107
use_qemu: true
108108
steps:
109-
- uses: actions/checkout@v5
109+
- uses: actions/checkout@v6
110110
with:
111111
fetch-depth: 0
112112

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Format
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- uses: actions/setup-python@v6
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454

@@ -96,7 +96,7 @@ jobs:
9696
arch: "ppc64le"
9797
use_qemu: true
9898
steps:
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100
with:
101101
fetch-depth: 0
102102

0 commit comments

Comments
 (0)