Skip to content

Commit ac5e3eb

Browse files
chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#13902)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10eb0af commit ac5e3eb

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
timeout-minutes: 3
2727
with:
2828
persist-credentials: false
2929
path: "cryptography-pr"
30-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
30+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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
@@ -57,7 +57,7 @@ jobs:
5757
- {VERSION: "3.14", NOXSESSION: "tests", RUST: "1.87", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.6.0"}}
5858
timeout-minutes: 15
5959
steps:
60-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
60+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6161
timeout-minutes: 3
6262
with:
6363
persist-credentials: false
@@ -175,7 +175,7 @@ jobs:
175175
env:
176176
RUSTUP_HOME: /root/.rustup
177177
steps:
178-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
178+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
179179
timeout-minutes: 3
180180
with:
181181
persist-credentials: false
@@ -238,7 +238,7 @@ jobs:
238238
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
239239
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
240240

241-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
241+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
242242
timeout-minutes: 3
243243
with:
244244
persist-credentials: false
@@ -289,7 +289,7 @@ jobs:
289289
RUNNER: {OS: 'macos-15', ARCH: 'arm64'}
290290
timeout-minutes: 15
291291
steps:
292-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
292+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
293293
timeout-minutes: 3
294294
with:
295295
persist-credentials: false
@@ -359,7 +359,7 @@ jobs:
359359
WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
360360
timeout-minutes: 15
361361
steps:
362-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
362+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
363363
timeout-minutes: 3
364364
with:
365365
persist-credentials: false
@@ -474,12 +474,12 @@ jobs:
474474
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
475475
timeout-minutes: 15
476476
steps:
477-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
477+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
478478
timeout-minutes: 3
479479
with:
480480
persist-credentials: false
481481
- name: Checkout downstream repository
482-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
482+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
483483
timeout-minutes: 3
484484
with:
485485
repository: ${{ matrix.REPO }}
@@ -529,7 +529,7 @@ jobs:
529529
if: ${{ always() }}
530530
timeout-minutes: 3
531531
steps:
532-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
532+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
533533
timeout-minutes: 3
534534
with:
535535
persist-credentials: false

.github/workflows/downstream-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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
31+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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 }}
@@ -124,7 +124,7 @@ jobs:
124124
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
125125

126126
- name: Get build-requirements.txt from repository
127-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
127+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
128128
with:
129129
# The tag to build or the tag received by the tag event
130130
ref: ${{ github.event.inputs.version || github.ref }}
@@ -224,7 +224,7 @@ jobs:
224224
name: "${{ matrix.PYTHON.VERSION }} ABI ${{ matrix.PYTHON.ABI_VERSION }} macOS ${{ matrix.PYTHON.ARCHFLAGS }}"
225225
steps:
226226
- name: Get build-requirements.txt from repository
227-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
227+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
228228
with:
229229
# The tag to build or the tag received by the tag event
230230
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
334+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

0 commit comments

Comments
 (0)