Skip to content

Commit 6c90018

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6182bce commit 6c90018

6 files changed

+15
-15
lines changed

.github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 15
2828
steps:
29-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
timeout-minutes: 3
3131
with:
3232
persist-credentials: false
3333
path: "cryptography-pr"
34-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
timeout-minutes: 3
3636
with:
3737
persist-credentials: false

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

+1-1
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- {VERSION: "3.12", NOXSESSION: "tests-rust-debug"}
6161
timeout-minutes: 15
6262
steps:
63-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
63+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464
timeout-minutes: 3
6565
with:
6666
persist-credentials: false
@@ -186,7 +186,7 @@ jobs:
186186
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
187187
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
188188

189-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
189+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190190
timeout-minutes: 3
191191
with:
192192
persist-credentials: false
@@ -237,7 +237,7 @@ jobs:
237237
RUNNER: {OS: 'macos-14', ARCH: 'arm64'}
238238
timeout-minutes: 15
239239
steps:
240-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
240+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
241241
timeout-minutes: 3
242242
with:
243243
persist-credentials: false
@@ -302,7 +302,7 @@ jobs:
302302
- {VERSION: "3.13", NOXSESSION: "tests"}
303303
timeout-minutes: 15
304304
steps:
305-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
305+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
306306
timeout-minutes: 3
307307
with:
308308
persist-credentials: false
@@ -376,7 +376,7 @@ jobs:
376376
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
377377
timeout-minutes: 15
378378
steps:
379-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
379+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
380380
timeout-minutes: 3
381381
with:
382382
persist-credentials: false
@@ -420,7 +420,7 @@ jobs:
420420
if: ${{ always() }}
421421
timeout-minutes: 3
422422
steps:
423-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
423+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
424424
timeout-minutes: 3
425425
with:
426426
persist-credentials: false

.github/workflows/linkcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "linkcheck"
2121
timeout-minutes: 10
2222
steps:
23-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
persist-credentials: false
2626
- name: Setup python

.github/workflows/wheel-builder.yml

+4-4
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
# The tag to build or the tag received by the tag event
3434
ref: ${{ github.event.inputs.version || github.ref }}
@@ -103,7 +103,7 @@ jobs:
103103
if: startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
104104

105105
- name: Get build-requirements.txt from repository
106-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
106+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
107107
with:
108108
# The tag to build or the tag received by the tag event
109109
ref: ${{ github.event.inputs.version || github.ref }}
@@ -188,7 +188,7 @@ jobs:
188188
name: "${{ matrix.PYTHON.VERSION }} ABI ${{ matrix.PYTHON.ABI_VERSION }} macOS ${{ matrix.PYTHON.ARCHFLAGS }}"
189189
steps:
190190
- name: Get build-requirements.txt from repository
191-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
191+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
192192
with:
193193
# The tag to build or the tag received by the tag event
194194
ref: ${{ github.event.inputs.version || github.ref }}
@@ -279,7 +279,7 @@ jobs:
279279
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
280280
steps:
281281
- name: Get build-requirements.txt from repository
282-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
282+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
283283
with:
284284
# The tag to build or the tag received by the tag event
285285
ref: ${{ github.event.inputs.version || github.ref }}

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

+1-1
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

0 commit comments

Comments
 (0)