Skip to content

Commit f97f4e0

Browse files
committed
chore(deps): update actions/checkout action to v4.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab49165 commit f97f4e0

10 files changed

+12
-12
lines changed

.github/workflows/argo-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
config: ${{ vars.PERMISSIONS_CONFIG }}
4545
- name: Checkout
46-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4747

4848
- name: Setup tools
4949
uses: ./.github/actions/tools

.github/workflows/flux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
config: ${{ vars.PERMISSIONS_CONFIG }}
4646

4747
- name: Checkout
48-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949

5050
- name: Setup tools
5151
uses: ./.github/actions/tools

.github/workflows/flux-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
config: ${{ vars.PERMISSIONS_CONFIG }}
5555

5656
- name: Checkout
57-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5858

5959
- name: Step that prints name of pull request's base branch
6060
run: |

.github/workflows/flux-opa.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
config: ${{ vars.PERMISSIONS_CONFIG }}
4646

4747
- name: Checkout
48-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949

5050
- name: Setup tools
5151
uses: ./.github/actions/tools
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6363

6464
- name: Setup tools
6565
uses: ./.github/actions/tools
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
76+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7777

7878
- name: Setup tools
7979
uses: ./.github/actions/tools

.github/workflows/flux-schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
config: ${{ vars.PERMISSIONS_CONFIG }}
3333

34-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3535
with:
3636
fetch-depth: 1
3737

.github/workflows/issues-labels-comments.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
config: ${{ vars.PERMISSIONS_CONFIG }}
3939

40-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141

4242
- name: Label Commenter
4343
uses: peaceiris/actions-label-commenter@v1

.github/workflows/rebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
config: ${{ vars.PERMISSIONS_CONFIG }}
3333
- name: Checkout the latest code
34-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/release-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
config: ${{ vars.PERMISSIONS_CONFIG }}
3535

3636
- name: Checkout
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3838

3939
- name: Setup tools
4040
uses: ./.github/actions/tools

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
egress-policy: audit
5454

5555
- name: "Checkout code"
56-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5757
with:
5858
persist-credentials: false
5959

.github/workflows/size.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
config: ${{ vars.PERMISSIONS_CONFIG }}
3232

33-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3434

3535
- uses: actions-ecosystem/action-size@v2
3636
id: size

0 commit comments

Comments
 (0)