Skip to content

Commit 85ab81d

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#14194)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 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 9d07c71 commit 85ab81d

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
timeout-minutes: 3
2727
with:
2828
persist-credentials: false
2929
path: "cryptography-pr"
30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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.1"}}
5858
timeout-minutes: 15
5959
steps:
60-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
60+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
178+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
241+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
292+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
293293
timeout-minutes: 3
294294
with:
295295
persist-credentials: false
@@ -354,7 +354,7 @@ jobs:
354354
- {VERSION: "3.14t", NOXSESSION: "tests"}
355355
timeout-minutes: 15
356356
steps:
357-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
357+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
358358
timeout-minutes: 3
359359
with:
360360
persist-credentials: false
@@ -469,12 +469,12 @@ jobs:
469469
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
470470
timeout-minutes: 15
471471
steps:
472-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
472+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
473473
timeout-minutes: 3
474474
with:
475475
persist-credentials: false
476476
- name: Checkout downstream repository
477-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
477+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
478478
timeout-minutes: 3
479479
with:
480480
repository: ${{ matrix.REPO }}
@@ -524,7 +524,7 @@ jobs:
524524
if: ${{ always() }}
525525
timeout-minutes: 3
526526
steps:
527-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
527+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
528528
timeout-minutes: 3
529529
with:
530530
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
127+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
227+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
228228
with:
229229
# The tag to build or the tag received by the tag event
230230
ref: ${{ github.event.inputs.version || github.ref }}
@@ -327,7 +327,7 @@ jobs:
327327
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
328328
steps:
329329
- name: Get build-requirements.txt from repository
330-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
330+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
331331
with:
332332
# The tag to build or the tag received by the tag event
333333
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
# Needed so we can push back to the repo
1919
persist-credentials: true

0 commit comments

Comments
 (0)