Skip to content

Commit fdc0a3d

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#1143)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f52721 commit fdc0a3d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
- name: Setup python
2727
id: setup-python
2828
uses: actions/setup-python@v6.2.0
@@ -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@v6.0.1
62+
- uses: actions/checkout@v6.0.2
6363
- name: Setup python
6464
id: setup-python
6565
uses: actions/setup-python@v6.2.0
@@ -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@v6.0.1
107+
- uses: actions/checkout@v6.0.2
108108
- name: Setup python
109109
id: setup-python
110110
uses: actions/setup-python@v6.2.0
@@ -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@v6.0.1
157+
- uses: actions/checkout@v6.0.2
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@v6.0.1
178+
- uses: actions/checkout@v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
28+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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 }}
@@ -150,7 +150,7 @@ jobs:
150150
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
151151
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
152152
steps:
153-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
153+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
154154
with:
155155
# The tag to build or the tag received by the tag event
156156
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)