Skip to content

Commit 7bd7970

Browse files
[deps]: Update actions/checkout action to v7
1 parent 55c74b5 commit 7bd7970

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/audit.yml

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

2424
steps:
2525
- name: Check out repo
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
with:
2828
persist-credentials: false
2929

.github/workflows/build-pr.yml

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

3535
steps:
3636
- name: Check out repo
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838
with:
3939
persist-credentials: false
4040

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828
with:
2929
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3030
persist-credentials: false
@@ -72,7 +72,7 @@ jobs:
7272
git config --global --add safe.directory '*'
7373
7474
- name: Checkout repo
75-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7676
with:
7777
ref: ${{ github.event.pull_request.head.sha || github.sha }}
7878
persist-credentials: false
@@ -142,7 +142,7 @@ jobs:
142142
HUSKY: 0
143143
steps:
144144
- name: Checkout repo
145-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
145+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
146146
with:
147147
ref: ${{ github.event.pull_request.head.sha || github.sha }}
148148
persist-credentials: false
@@ -270,7 +270,7 @@ jobs:
270270
HUSKY: 0
271271
steps:
272272
- name: Checkout repo
273-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
273+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
274274
with:
275275
ref: ${{ github.event.pull_request.head.sha || github.sha }}
276276
persist-credentials: false
@@ -335,7 +335,7 @@ jobs:
335335
HUSKY: 0
336336
steps:
337337
- name: Checkout repo
338-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
338+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
339339
with:
340340
ref: ${{ github.event.pull_request.head.sha || github.sha }}
341341
persist-credentials: false
@@ -446,7 +446,7 @@ jobs:
446446
git config --global --add safe.directory '*'
447447
448448
- name: Checkout repo
449-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
449+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
450450
with:
451451
ref: ${{ github.event.pull_request.head.sha || github.sha }}
452452
persist-credentials: false
@@ -498,7 +498,7 @@ jobs:
498498
HUSKY: 0
499499
steps:
500500
- name: Checkout repo
501-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
501+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
502502
with:
503503
ref: ${{ github.event.pull_request.head.sha || github.sha }}
504504
persist-credentials: false
@@ -631,7 +631,7 @@ jobs:
631631
HUSKY: 0
632632
steps:
633633
- name: Checkout repo
634-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
634+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
635635
with:
636636
ref: ${{ github.event.pull_request.head.sha || github.sha }}
637637
persist-credentials: false

.github/workflows/integration-test.yml

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

4747
steps:
4848
- name: Check out repo
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5050
with:
5151
persist-credentials: false
5252

.github/workflows/lint.yml

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

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525
with:
2626
persist-credentials: false
2727

.github/workflows/test.yml

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

2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: false
2828

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
permission-contents: write
5151

5252
- name: Checkout Branch
53-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454
with:
5555
token: ${{ steps.app-token.outputs.token }}
5656
persist-credentials: true

0 commit comments

Comments
 (0)