File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/setup-go@v6
1515 with :
1616 go-version : 1.24.x
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 path : src/github.com/containerd/fuse-overlayfs-snapshotter
2020 fetch-depth : 25
3030 runs-on : ubuntu-22.04
3131 timeout-minutes : 10
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 with :
3535 path : src/github.com/containerd/fuse-overlayfs-snapshotter
3636 - uses : actions/setup-go@v6
5050 env :
5151 FUSEOVERLAYFS_COMMIT : " ${{ matrix.fuse-overlayfs }}"
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - run : make test
5555
5656 cross :
6060 - uses : actions/setup-go@v6
6161 with :
6262 go-version : 1.24.x
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 - run : make artifacts
Original file line number Diff line number Diff line change 2020 - uses : actions/setup-go@v6
2121 with :
2222 go-version : 1.24.x
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 path : go/src/github.com/containerd/fuse-overlayfs-snapshotter
2626 - name : " Compile binaries"
You can’t perform that action at this time.
0 commit comments