Skip to content

Commit eee3e3d

Browse files
authored
Merge pull request #6671 from docker/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 3247a5a + 3099d47 commit eee3e3d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
-
3737
name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
-
4040
name: Create matrix
4141
id: platforms
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
-
145145
name: Checkout
146-
uses: actions/checkout@v5
146+
uses: actions/checkout@v6
147147
-
148148
name: Create matrix
149149
id: platforms

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
-
4848
name: Checkout
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 2
5252
# CodeQL 2.16.4's auto-build added support for multi-module repositories,

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-
4646
name: Checkout
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
-
4949
name: Update daemon.json
5050
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
-
6262
name: Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
with:
6565
path: ${{ env.GOPATH }}/src/github.com/docker/cli
6666
-

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
-
5050
name: Checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
-
5353
name: Generate
5454
shell: 'script --return --quiet --command "bash {0}"'
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
-
7676
name: Checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
-
7979
name: Run
8080
shell: 'script --return --quiet --command "bash {0}"'

0 commit comments

Comments
 (0)