File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 # Checkout repos
2424 #
2525 - name : Checkout cgroups
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 path : src/github.com/containerd/cgroups
2929 fetch-depth : 25
5454
5555 steps :
5656 - name : Checkout cgroups
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858 with :
5959 path : src/github.com/containerd/cgroups
6060
8585 runs-on : ${{ matrix.os }}
8686 steps :
8787 - name : Checkout cgroups
88- uses : actions/checkout@v3
88+ uses : actions/checkout@v4
8989 with :
9090 path : src/github.com/containerd/cgroups
9191
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Checkout cgroups
114- uses : actions/checkout@v3
114+ uses : actions/checkout@v4
115115 with :
116116 path : src/github.com/containerd/cgroups
117117
You can’t perform that action at this time.
0 commit comments