Skip to content

Commit 4e30098

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fc9769 commit 4e30098

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Checkout repos
2424
#
2525
- name: Checkout cgroups
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
path: src/github.com/containerd/cgroups
2929
fetch-depth: 25
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout cgroups
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
path: src/github.com/containerd/cgroups
6060

@@ -96,7 +96,7 @@ jobs:
9696
free -mt
9797
9898
- name: Checkout cgroups
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
with:
101101
path: src/github.com/containerd/cgroups
102102

@@ -158,7 +158,7 @@ jobs:
158158

159159
steps:
160160
- name: Checkout cgroups
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
with:
163163
path: src/github.com/containerd/cgroups
164164

@@ -182,7 +182,7 @@ jobs:
182182

183183
steps:
184184
- name: Checkout cgroups
185-
uses: actions/checkout@v5
185+
uses: actions/checkout@v6
186186
with:
187187
path: src/github.com/containerd/cgroups
188188

0 commit comments

Comments
 (0)