Skip to content

Commit 4881921

Browse files
dependabot[bot]thaJeztah
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit f2af519) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4313a2b commit 4881921

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@v4
38+
uses: actions/checkout@v5
3939
-
4040
name: Create matrix
4141
id: platforms
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
-
145145
name: Checkout
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
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@v4
49+
uses: actions/checkout@v5
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@v4
47+
uses: actions/checkout@v5
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
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
-
6161
name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
path: ${{ env.GOPATH }}/src/github.com/docker/cli
6565
-

.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@v4
51+
uses: actions/checkout@v5
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@v4
77+
uses: actions/checkout@v5
7878
-
7979
name: Run
8080
shell: 'script --return --quiet --command "bash {0}"'

0 commit comments

Comments
 (0)