Skip to content

Commit e7e7501

Browse files
chore(deps): update actions/checkout action to v7 (#534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31918ff commit e7e7501

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/catalog-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Deterministic offline catalog E2E
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2121
with:
2222
persist-credentials: false
2323
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
36+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737
with:
3838
persist-credentials: false
3939

@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ github.event_name == 'workflow_dispatch' }}
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
68+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6969
with:
7070
persist-credentials: false
7171
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: read
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929
with:
3030
persist-credentials: false
3131
- name: Setup Rust toolchain
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
46+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4747
with:
4848
persist-credentials: false
4949

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout repository
78-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
78+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7979
with:
8080
persist-credentials: false
8181

@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout repository
99-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
99+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
100100
with:
101101
persist-credentials: false
102102

@@ -133,7 +133,7 @@ jobs:
133133
os: [ubuntu-latest, macos-latest, windows-latest]
134134
steps:
135135
- name: Checkout repository
136-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
136+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
137137
with:
138138
persist-credentials: false
139139

@@ -169,7 +169,7 @@ jobs:
169169
os: [ubuntu-latest, macos-latest, windows-latest]
170170
steps:
171171
- name: Checkout repository
172-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
172+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
173173
with:
174174
persist-credentials: false
175175

@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ubuntu-latest
208208
steps:
209209
- name: Checkout repository
210-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
210+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
211211
with:
212212
persist-credentials: false
213213

@@ -254,7 +254,7 @@ jobs:
254254
image: archlinux@sha256:9b8e02df0f0a08fa8144d901932bd85d751257f83e00314053314a27ff87884f
255255
steps:
256256
- name: Checkout repository
257-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
257+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
258258
with:
259259
persist-credentials: false
260260

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2323
with:
2424
persist-credentials: false
2525

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4545

4646
- name: Checkout repository
47-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
47+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4848
with:
4949
fetch-depth: 0
5050
persist-credentials: false
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Checkout repository
106-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
106+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
107107
with:
108108
persist-credentials: false
109109
ref: ${{ needs.release-please.outputs.release_git_tag }}
@@ -291,7 +291,7 @@ jobs:
291291
arch: arm64
292292
steps:
293293
- name: Checkout repository
294-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
294+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
295295
with:
296296
persist-credentials: false
297297
ref: ${{ needs.release-please.outputs.release_git_tag }}
@@ -470,7 +470,7 @@ jobs:
470470
id-token: write
471471
steps:
472472
- name: Checkout repository
473-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
473+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
474474
with:
475475
persist-credentials: false
476476
ref: ${{ needs.release-please.outputs.release_git_tag }}
@@ -549,7 +549,7 @@ jobs:
549549
runs-on: ubuntu-latest
550550
steps:
551551
- name: Checkout repository
552-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
552+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
553553
with:
554554
persist-credentials: false
555555
ref: ${{ needs.release-please.outputs.release_git_tag }}
@@ -576,7 +576,7 @@ jobs:
576576
packages: write
577577
steps:
578578
- name: Checkout repository
579-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
579+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
580580
with:
581581
persist-credentials: false
582582
ref: ${{ needs.release-please.outputs.release_git_tag }}

.github/workflows/sonarcloud.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 repository
27-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
27+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false

0 commit comments

Comments
 (0)