Skip to content

Commit 26b553d

Browse files
authored
Merge pull request #43 from BretFisher/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a917ef1 + 7701b61 commit 26b553d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/07-add-cve-scanning-adv.yaml

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

2323
#NEW: (START) ##########################################################
2424
- name: Checkout git repo
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
#NEW: (END) ############################################################
2727

2828
- name: Set up QEMU

.github/workflows/09-add-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Checkout git repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Set up QEMU
2121
uses: docker/setup-qemu-action@v3

.github/workflows/10-add-k8s-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout git repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v3

.github/workflows/99-parallelize-jobs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878

7979
- name: Checkout git repo
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181

8282
- name: Login to Docker Hub
8383
uses: docker/login-action@v3
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111

112112
- name: Checkout git repo
113-
uses: actions/checkout@v5
113+
uses: actions/checkout@v6
114114

115115
- name: Login to Docker Hub
116116
uses: docker/login-action@v3
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159

160160
- name: Checkout git repo
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162

163163
- name: Login to Docker Hub
164164
uses: docker/login-action@v3

0 commit comments

Comments
 (0)