Skip to content

Commit 211d24f

Browse files
Bump actions/checkout from 4.3.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59f9595 commit 211d24f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- {VERSION: "3.14-dev", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3737
name: "Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
3838
steps:
39-
- uses: actions/checkout@v4.3.0
39+
- uses: actions/checkout@v5.0.0
4040
- name: Setup python
4141
uses: actions/setup-python@v6
4242
with:
@@ -81,7 +81,7 @@ jobs:
8181
RUNNER: macos-latest
8282
name: "${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
8383
steps:
84-
- uses: actions/checkout@v4.3.0
84+
- uses: actions/checkout@v5.0.0
8585
- name: Setup python
8686
uses: actions/setup-python@v6
8787
with:
@@ -111,7 +111,7 @@ jobs:
111111

112112
name: "Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
113113
steps:
114-
- uses: actions/checkout@v4.3.0
114+
- uses: actions/checkout@v5.0.0
115115
- name: Setup python
116116
uses: actions/setup-python@v6
117117
with:
@@ -142,7 +142,7 @@ jobs:
142142
if: ${{ always() }}
143143
timeout-minutes: 3
144144
steps:
145-
- uses: actions/checkout@v4.3.0
145+
- uses: actions/checkout@v5.0.0
146146
timeout-minutes: 3
147147
with:
148148
persist-credentials: false

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
6666
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
6767

68-
- uses: actions/checkout@v4.3.0
68+
- uses: actions/checkout@v5.0.0
6969
with:
7070
# The tag to build or the tag received by the tag event
7171
ref: ${{ github.event.inputs.version || github.ref }}
@@ -110,7 +110,7 @@ jobs:
110110
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
111111
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
112112
steps:
113-
- uses: actions/checkout@v4.3.0
113+
- uses: actions/checkout@v5.0.0
114114
with:
115115
# The tag to build or the tag received by the tag event
116116
ref: ${{ github.event.inputs.version || github.ref }}
@@ -175,7 +175,7 @@ jobs:
175175
PYTHON: {VERSION: '3.14t-dev', SODIUM_MSVC_VERSION: 'v143'}
176176
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
177177
steps:
178-
- uses: actions/checkout@v4.3.0
178+
- uses: actions/checkout@v5.0.0
179179
with:
180180
# The tag to build or the tag received by the tag event
181181
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)