Skip to content

Commit 3f914a5

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 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@11bd719...08c6903) --- 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 3db672d commit 3f914a5

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 15
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
timeout-minutes: 3
2727
with:
2828
persist-credentials: false
2929
path: "cryptography-pr"
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
timeout-minutes: 3
3232
with:
3333
persist-credentials: false

.github/workflows/boring-open-awslc-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'pyca'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- {VERSION: "3.13", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.5.2"}}
6262
timeout-minutes: 15
6363
steps:
64-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6565
timeout-minutes: 3
6666
with:
6767
persist-credentials: false
@@ -182,7 +182,7 @@ jobs:
182182
env:
183183
RUSTUP_HOME: /root/.rustup
184184
steps:
185-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
186186
timeout-minutes: 3
187187
with:
188188
persist-credentials: false
@@ -245,7 +245,7 @@ jobs:
245245
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
246246
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
247247

248-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
248+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
249249
timeout-minutes: 3
250250
with:
251251
persist-credentials: false
@@ -295,7 +295,7 @@ jobs:
295295
RUNNER: {OS: 'macos-14', ARCH: 'arm64'}
296296
timeout-minutes: 15
297297
steps:
298-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
298+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
299299
timeout-minutes: 3
300300
with:
301301
persist-credentials: false
@@ -364,7 +364,7 @@ jobs:
364364
WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
365365
timeout-minutes: 15
366366
steps:
367-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
367+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
368368
timeout-minutes: 3
369369
with:
370370
persist-credentials: false
@@ -479,12 +479,12 @@ jobs:
479479
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
480480
timeout-minutes: 15
481481
steps:
482-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
482+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
483483
timeout-minutes: 3
484484
with:
485485
persist-credentials: false
486486
- name: Checkout downstream repository
487-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
487+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
488488
timeout-minutes: 3
489489
with:
490490
repository: ${{ matrix.REPO }}
@@ -534,7 +534,7 @@ jobs:
534534
if: ${{ always() }}
535535
timeout-minutes: 3
536536
steps:
537-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
537+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
538538
timeout-minutes: 3
539539
with:
540540
persist-credentials: false

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "linkcheck"
2121
timeout-minutes: 20
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
with:
2525
persist-credentials: false
2626
- name: Setup python

.github/workflows/wheel-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
name: sdists
3030
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
# The tag to build or the tag received by the tag event
3434
ref: ${{ github.event.inputs.version || github.ref }}
@@ -138,7 +138,7 @@ jobs:
138138
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
139139

140140
- name: Get build-requirements.txt from repository
141-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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 }}
@@ -231,7 +231,7 @@ jobs:
231231
name: "${{ matrix.PYTHON.VERSION }} ABI ${{ matrix.PYTHON.ABI_VERSION }} macOS ${{ matrix.PYTHON.ARCHFLAGS }}"
232232
steps:
233233
- name: Get build-requirements.txt from repository
234-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
234+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
235235
with:
236236
# The tag to build or the tag received by the tag event
237237
ref: ${{ github.event.inputs.version || github.ref }}
@@ -331,7 +331,7 @@ jobs:
331331
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
332332
steps:
333333
- name: Get build-requirements.txt from repository
334-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
334+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
335335
with:
336336
# The tag to build or the tag received by the tag event
337337
ref: ${{ github.event.inputs.version || github.ref }}

.github/workflows/x509-limbo-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'pyca'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

0 commit comments

Comments
 (0)