Skip to content

Commit 1780489

Browse files
Bump actions/checkout from 4.2.2 to 4.3.0 (#883)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e03ffee commit 1780489

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.2.2
37+
- uses: actions/checkout@v4.3.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.2.2
81+
- uses: actions/checkout@v4.3.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.2.2
110+
- uses: actions/checkout@v4.3.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.2.2
141+
- uses: actions/checkout@v4.3.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
@@ -54,7 +54,7 @@ jobs:
5454
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
5555
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
5656

57-
- uses: actions/checkout@v4.2.2
57+
- uses: actions/checkout@v4.3.0
5858
with:
5959
# The tag to build or the tag received by the tag event
6060
ref: ${{ github.event.inputs.version || github.ref }}
@@ -89,7 +89,7 @@ jobs:
8989
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
9090
name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
9191
steps:
92-
- uses: actions/checkout@v4.2.2
92+
- uses: actions/checkout@v4.3.0
9393
with:
9494
# The tag to build or the tag received by the tag event
9595
ref: ${{ github.event.inputs.version || github.ref }}
@@ -137,7 +137,7 @@ jobs:
137137
PYTHON: {VERSION: '3.11', ABI_VERSION: 'cp37', SODIUM_MSVC_VERSION: 'v143'}
138138
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
139139
steps:
140-
- uses: actions/checkout@v4.2.2
140+
- uses: actions/checkout@v4.3.0
141141
with:
142142
# The tag to build or the tag received by the tag event
143143
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)