Skip to content

Commit 20c1776

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 b712d60 commit 20c1776

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
@@ -34,7 +34,7 @@ jobs:
3434
- {VERSION: "3.13", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3535
name: "Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
3636
steps:
37-
- uses: actions/checkout@v4.3.0
37+
- uses: actions/checkout@v5.0.0
3838
- name: Setup python
3939
uses: actions/setup-python@v5
4040
with:
@@ -78,7 +78,7 @@ jobs:
7878
RUNNER: macos-latest
7979
name: "${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
8080
steps:
81-
- uses: actions/checkout@v4.3.0
81+
- uses: actions/checkout@v5.0.0
8282
- name: Setup python
8383
uses: actions/setup-python@v5
8484
with:
@@ -107,7 +107,7 @@ jobs:
107107

108108
name: "Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
109109
steps:
110-
- uses: actions/checkout@v4.3.0
110+
- uses: actions/checkout@v5.0.0
111111
- name: Setup python
112112
uses: actions/setup-python@v5
113113
with:
@@ -138,7 +138,7 @@ jobs:
138138
if: ${{ always() }}
139139
timeout-minutes: 3
140140
steps:
141-
- uses: actions/checkout@v4.3.0
141+
- uses: actions/checkout@v5.0.0
142142
timeout-minutes: 3
143143
with:
144144
persist-credentials: false

.github/workflows/wheel-builder.yml

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

58-
- uses: actions/checkout@v4.3.0
58+
- uses: actions/checkout@v5.0.0
5959
with:
6060
# The tag to build or the tag received by the tag event
6161
ref: ${{ github.event.inputs.version || github.ref }}
@@ -90,7 +90,7 @@ jobs:
9090
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
9191
name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
9292
steps:
93-
- uses: actions/checkout@v4.3.0
93+
- uses: actions/checkout@v5.0.0
9494
with:
9595
# The tag to build or the tag received by the tag event
9696
ref: ${{ github.event.inputs.version || github.ref }}
@@ -138,7 +138,7 @@ jobs:
138138
PYTHON: {VERSION: '3.11', ABI_VERSION: 'cp37', SODIUM_MSVC_VERSION: 'v143'}
139139
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
140140
steps:
141-
- uses: actions/checkout@v4.3.0
141+
- uses: actions/checkout@v5.0.0
142142
with:
143143
# The tag to build or the tag received by the tag event
144144
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)