Skip to content

Commit 9be8c2d

Browse files
dependabot[bot]chrmarti
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ca6c27 commit 9be8c2d

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.github/workflows/ci_common.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
build_number: ${{ steps.build_number.outputs.build_number }}
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
with:
7474
# if the following value is missing (i.e. not triggered via comment workflow)
7575
# then the default checkout will apply
@@ -253,7 +253,7 @@ jobs:
253253
VERSION_MAJOR: ${{ needs.build.outputs.version_major }}
254254
steps:
255255
- name: Checkout
256-
uses: actions/checkout@v3
256+
uses: actions/checkout@v4
257257
with:
258258
# if the following value is missing (i.e. not triggered via comment workflow)
259259
# then the default checkout will apply
@@ -348,7 +348,7 @@ jobs:
348348
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
349349
steps:
350350
- name: Checkout
351-
uses: actions/checkout@v3
351+
uses: actions/checkout@v4
352352
with:
353353
persist-credentials: false
354354
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -427,7 +427,7 @@ jobs:
427427
needs: build
428428
steps:
429429
- name: Checkout
430-
uses: actions/checkout@v3
430+
uses: actions/checkout@v4
431431
with:
432432
persist-credentials: false
433433
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -465,7 +465,7 @@ jobs:
465465
needs: build
466466
steps:
467467
- name: Checkout
468-
uses: actions/checkout@v3
468+
uses: actions/checkout@v4
469469
with:
470470
persist-credentials: false
471471
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -504,7 +504,7 @@ jobs:
504504
needs: build
505505
steps:
506506
- name: Checkout
507-
uses: actions/checkout@v3
507+
uses: actions/checkout@v4
508508
with:
509509
persist-credentials: false
510510
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -549,7 +549,7 @@ jobs:
549549
needs: build
550550
steps:
551551
- name: Checkout
552-
uses: actions/checkout@v3
552+
uses: actions/checkout@v4
553553
with:
554554
persist-credentials: false
555555
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -602,7 +602,7 @@ jobs:
602602
needs: build
603603
steps:
604604
- name: Checkout
605-
uses: actions/checkout@v3
605+
uses: actions/checkout@v4
606606
with:
607607
persist-credentials: false
608608
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -647,7 +647,7 @@ jobs:
647647
needs: build
648648
steps:
649649
- name: Checkout
650-
uses: actions/checkout@v3
650+
uses: actions/checkout@v4
651651
with:
652652
persist-credentials: false
653653
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -692,7 +692,7 @@ jobs:
692692
needs: build
693693
steps:
694694
- name: Checkout
695-
uses: actions/checkout@v3
695+
uses: actions/checkout@v4
696696
with:
697697
persist-credentials: false
698698
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -737,7 +737,7 @@ jobs:
737737
needs: build
738738
steps:
739739
- name: Checkout
740-
uses: actions/checkout@v3
740+
uses: actions/checkout@v4
741741
with:
742742
persist-credentials: false
743743
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -782,7 +782,7 @@ jobs:
782782
needs: build
783783
steps:
784784
- name: Checkout
785-
uses: actions/checkout@v3
785+
uses: actions/checkout@v4
786786
with:
787787
persist-credentials: false
788788
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -827,7 +827,7 @@ jobs:
827827
needs: build
828828
steps:
829829
- name: Checkout
830-
uses: actions/checkout@v3
830+
uses: actions/checkout@v4
831831
with:
832832
persist-credentials: false
833833
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -879,7 +879,7 @@ jobs:
879879
needs: build
880880
steps:
881881
- name: Checkout
882-
uses: actions/checkout@v3
882+
uses: actions/checkout@v4
883883
with:
884884
persist-credentials: false
885885
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -924,7 +924,7 @@ jobs:
924924
needs: build
925925
steps:
926926
- name: Checkout
927-
uses: actions/checkout@v3
927+
uses: actions/checkout@v4
928928
with:
929929
persist-credentials: false
930930
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -951,7 +951,7 @@ jobs:
951951
needs: build
952952
steps:
953953
- name: Checkout
954-
uses: actions/checkout@v3
954+
uses: actions/checkout@v4
955955
with:
956956
persist-credentials: false
957957
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -1015,7 +1015,7 @@ jobs:
10151015
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
10161016
steps:
10171017
- name: Checkout
1018-
uses: actions/checkout@v3
1018+
uses: actions/checkout@v4
10191019
with:
10201020
persist-credentials: false
10211021
# if the following value is missing (i.e. not triggered via comment workflow)
@@ -1108,7 +1108,7 @@ jobs:
11081108
needs: build
11091109
steps:
11101110
- name: Checkout
1111-
uses: actions/checkout@v3
1111+
uses: actions/checkout@v4
11121112
with:
11131113
persist-credentials: false
11141114
# if the following value is missing (i.e. not triggered via comment workflow)

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/pr-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Ensure we have the script file for the github-script action to use
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
persist-credentials: false
4040

.github/workflows/pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
2020

.github/workflows/untagged-image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
1818

0 commit comments

Comments
 (0)