Skip to content

Commit 533f300

Browse files
Bump actions/checkout from 6.0.2 to 7.0.1 (#3693)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 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 a131700 commit 533f300

11 files changed

Lines changed: 37 additions & 37 deletions

File tree

.github/workflows/asf-allowlist-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
asf-allowlist-check:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
persist-credentials: false
2424
- uses: apache/infrastructure-actions/allowlist-check@8056239fafd626c8a4e2d6679506ba0d8e60f196 # main

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5050
with:
5151
persist-credentials: false
5252

@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
runs-on: ${{ matrix.os }}
122122
steps:
123-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
124124
with:
125125
persist-credentials: false
126126

@@ -159,7 +159,7 @@ jobs:
159159
php-version: [8.1, 8.2, 8.3, 8.4, 8.5]
160160
fail-fast: false
161161
steps:
162-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
162+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
163163
with:
164164
persist-credentials: false
165165

@@ -244,7 +244,7 @@ jobs:
244244
- '1.26'
245245
fail-fast: false
246246
steps:
247-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
247+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
248248
with:
249249
persist-credentials: false
250250

@@ -302,7 +302,7 @@ jobs:
302302
env:
303303
GRADLE_VERSION: "8.4"
304304
steps:
305-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
305+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
306306
with:
307307
persist-credentials: false
308308

@@ -416,7 +416,7 @@ jobs:
416416
run:
417417
shell: bash # required by net install script
418418
steps:
419-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
419+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
420420
with:
421421
persist-credentials: false
422422

@@ -484,7 +484,7 @@ jobs:
484484
dotnet-version: [8, 9, 10]
485485
fail-fast: false
486486
steps:
487-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
487+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
488488
with:
489489
persist-credentials: false
490490

@@ -514,7 +514,7 @@ jobs:
514514
needs: [compiler]
515515
runs-on: ubuntu-24.04
516516
steps:
517-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
517+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
518518
with:
519519
persist-credentials: false
520520

@@ -577,7 +577,7 @@ jobs:
577577
env:
578578
TOOLCHAIN_VERSION: 1.85.1
579579
steps:
580-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
580+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
581581
with:
582582
persist-credentials: false
583583

@@ -649,7 +649,7 @@ jobs:
649649
python-version: &python_versions ["3.10", "3.11", "3.12", "3.13", "3.14"]
650650
fail-fast: false
651651
steps:
652-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
652+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
653653
with:
654654
persist-credentials: false
655655

@@ -727,7 +727,7 @@ jobs:
727727
runs-on: ${{ matrix.os }}
728728
timeout-minutes: 20
729729
steps:
730-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
730+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
731731
with:
732732
persist-credentials: false
733733

@@ -783,7 +783,7 @@ jobs:
783783
needs: compiler
784784
runs-on: ubuntu-24.04
785785
steps:
786-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
786+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
787787
with:
788788
persist-credentials: false
789789

@@ -832,7 +832,7 @@ jobs:
832832
needs: compiler
833833
runs-on: ubuntu-24.04
834834
steps:
835-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
835+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
836836
with:
837837
persist-credentials: false
838838

@@ -913,7 +913,7 @@ jobs:
913913
BUNDLER_VERSION: ${{ case(matrix.ruby-version == 'head', '0', '2.2.34') }} # Bundler version is managed via setup-ruby action, not Bundler itself
914914
BUNDLE_WITHOUT: ${{ case(matrix.ruby-version == 'head', 'thin_http_server', '') }} # thin pulls in eventmachine, which does not compile on Ruby 4.1+
915915
steps:
916-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
916+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
917917
with:
918918
persist-credentials: false
919919

@@ -989,7 +989,7 @@ jobs:
989989
env:
990990
BUNDLE_WITH: falcon_http_server
991991
steps:
992-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
992+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
993993
with:
994994
persist-credentials: false
995995

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
compiler:
2121
runs-on: ubuntu-22.04
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2424
with:
2525
persist-credentials: false
2626

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
bashbrew:
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
26+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2727
with:
2828
persist-credentials: false
2929

@@ -58,7 +58,7 @@ jobs:
5858
- platform: linux/arm64
5959
runner: ubuntu-24.04-arm
6060
steps:
61-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
61+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
6262
with:
6363
persist-credentials: false
6464

.github/workflows/generate-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-24.04
3939

4040
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242
with:
4343
fetch-depth: 0
4444
persist-credentials: false

.github/workflows/make-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
make-dist:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
persist-credentials: false
2222

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
27+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2828
with:
2929
persist-credentials: false
3030

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
permissions:
4444
contents: read
4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4747
with:
4848
persist-credentials: false
4949

@@ -110,7 +110,7 @@ jobs:
110110
archs: AMD64
111111
build: "cp310-win_* cp311-win_* cp312-win_* cp313-win_* cp314-win_*"
112112
steps:
113-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
114114
with:
115115
persist-credentials: false
116116

.github/workflows/release_ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
# Set up
39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
with:
4141
persist-credentials: false
4242
- name: Set up Ruby

.github/workflows/release_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
permissions:
3636
contents: read
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
with:
4040
persist-credentials: false
4141

@@ -59,7 +59,7 @@ jobs:
5959
contents: read
6060
id-token: write
6161
steps:
62-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363
with:
6464
persist-credentials: false
6565

0 commit comments

Comments
 (0)