File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 timeout-minutes : 5
1515
1616 steps :
17- - uses : actions/setup-go@v2
17+ - uses : actions/setup-go@v3
1818 with :
1919 go-version : 1.19
2020
2424 echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
2525 echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
2626
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828 with :
2929 path : src/github.com/containerd/imgcrypt
3030 fetch-depth : 25
4343 os : [ubuntu-22.04]
4444
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v3
4747 with :
4848 path : src/github.com/containerd/imgcrypt
4949
@@ -70,16 +70,16 @@ jobs:
7070 needs : [linters, checks]
7171
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v3
7474 with :
7575 repository : containerd/containerd
7676 path : src/github.com/containerd/containerd
7777
78- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v3
7979 with :
8080 path : src/github.com/containerd/imgcrypt
8181
82- - uses : actions/setup-go@v2
82+ - uses : actions/setup-go@v3
8383 with :
8484 go-version : ${{ matrix.go }}
8585
You can’t perform that action at this time.
0 commit comments