Skip to content

Commit 526f992

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#911)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 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 675ded8 commit 526f992

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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.0
38+
- uses: actions/checkout@v6.0.1
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.0
83+
- uses: actions/checkout@v6.0.1
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.0
113+
- uses: actions/checkout@v6.0.1
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.0
144+
- uses: actions/checkout@v6.0.1
145145
timeout-minutes: 3
146146
with:
147147
persist-credentials: false

.github/workflows/wheel-builder.yml

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

60-
- uses: actions/checkout@v6.0.0
60+
- uses: actions/checkout@v6.0.1
6161
with:
6262
# The tag to build or the tag received by the tag event
6363
ref: ${{ github.event.inputs.version || github.ref }}
@@ -102,7 +102,7 @@ jobs:
102102
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
103103
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
104104
steps:
105-
- uses: actions/checkout@v6.0.0
105+
- uses: actions/checkout@v6.0.1
106106
with:
107107
# The tag to build or the tag received by the tag event
108108
ref: ${{ github.event.inputs.version || github.ref }}
@@ -167,7 +167,7 @@ jobs:
167167
PYTHON: {VERSION: '3.14t', SODIUM_MSVC_VERSION: 'v143'}
168168
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
169169
steps:
170-
- uses: actions/checkout@v6.0.0
170+
- uses: actions/checkout@v6.0.1
171171
with:
172172
# The tag to build or the tag received by the tag event
173173
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)