Skip to content

Commit b3550f2

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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>
1 parent 221240e commit b3550f2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- {VERSION: "3.14", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3636
name: "Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
3737
steps:
38-
- uses: actions/checkout@v6.0.1
38+
- uses: actions/checkout@v6.0.2
3939
- name: Setup python
4040
uses: actions/setup-python@v6
4141
with:
@@ -80,7 +80,7 @@ jobs:
8080
RUNNER: macos-latest
8181
name: "${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
8282
steps:
83-
- uses: actions/checkout@v6.0.1
83+
- uses: actions/checkout@v6.0.2
8484
- name: Setup python
8585
uses: actions/setup-python@v6
8686
with:
@@ -110,7 +110,7 @@ jobs:
110110

111111
name: "Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
112112
steps:
113-
- uses: actions/checkout@v6.0.1
113+
- uses: actions/checkout@v6.0.2
114114
- name: Setup python
115115
uses: actions/setup-python@v6
116116
with:
@@ -141,7 +141,7 @@ jobs:
141141
if: ${{ always() }}
142142
timeout-minutes: 3
143143
steps:
144-
- uses: actions/checkout@v6.0.1
144+
- uses: actions/checkout@v6.0.2
145145
timeout-minutes: 3
146146
with:
147147
persist-credentials: false

.github/workflows/wheel-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: sdist
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
# The tag to build or the tag received by the tag event
2828
ref: ${{ github.event.inputs.version || github.ref }}
@@ -77,7 +77,7 @@ jobs:
7777
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
7878
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
7979

80-
- uses: actions/checkout@v6.0.1
80+
- uses: actions/checkout@v6.0.2
8181
with:
8282
# The tag to build or the tag received by the tag event
8383
ref: ${{ github.event.inputs.version || github.ref }}
@@ -122,7 +122,7 @@ jobs:
122122
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
123123
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
124124
steps:
125-
- uses: actions/checkout@v6.0.1
125+
- uses: actions/checkout@v6.0.2
126126
with:
127127
# The tag to build or the tag received by the tag event
128128
ref: ${{ github.event.inputs.version || github.ref }}
@@ -187,7 +187,7 @@ jobs:
187187
PYTHON: {VERSION: '3.14t', SODIUM_MSVC_VERSION: 'v143'}
188188
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
189189
steps:
190-
- uses: actions/checkout@v6.0.1
190+
- uses: actions/checkout@v6.0.2
191191
with:
192192
# The tag to build or the tag received by the tag event
193193
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)