Skip to content

Commit 1a753d3

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#1111)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a87bcf commit 1a753d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- macos-latest
2323
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.MACOS }}"
2424
steps:
25-
- uses: actions/checkout@v5.0.1
25+
- uses: actions/checkout@v6.0.0
2626
- name: Setup python
2727
id: setup-python
2828
uses: actions/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
PYTHON: {VERSION: "3.8", NOXSESSION: "tests"}
6060
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
6161
steps:
62-
- uses: actions/checkout@v5.0.1
62+
- uses: actions/checkout@v6.0.0
6363
- name: Setup python
6464
id: setup-python
6565
uses: actions/[email protected]
@@ -104,7 +104,7 @@ jobs:
104104
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "nightly"}
105105
name: "${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
106106
steps:
107-
- uses: actions/checkout@v5.0.1
107+
- uses: actions/checkout@v6.0.0
108108
- name: Setup python
109109
id: setup-python
110110
uses: actions/[email protected]
@@ -154,7 +154,7 @@ jobs:
154154
# is installed in the container (which it is)
155155
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
156156
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
157-
- uses: actions/checkout@v5.0.1
157+
- uses: actions/checkout@v6.0.0
158158
with:
159159
persist-credentials: false
160160
- run: /venv/bin/pip install nox
@@ -175,7 +175,7 @@ jobs:
175175
- {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
176176
name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}"
177177
steps:
178-
- uses: actions/checkout@v5.0.1
178+
- uses: actions/checkout@v6.0.0
179179
with:
180180
persist-credentials: false
181181
- run: /venv/bin/pip install nox

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
name: sdists
2727
steps:
28-
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.2.2
28+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
2929
with:
3030
# The tag to build or the tag received by the tag event
3131
ref: ${{ github.event.inputs.version || github.ref }}
@@ -168,7 +168,7 @@ jobs:
168168
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
169169
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
170170
steps:
171-
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.2.2
171+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
172172
with:
173173
# The tag to build or the tag received by the tag event
174174
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)