File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 go-version : 1.21.x
3131 - name : Cache build
32- uses : actions/cache@v1
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/.cache/go-build
3535 key : ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
5151 with :
5252 go-version : 1.21.x
5353 - name : Cache build
54- uses : actions/cache@v1
54+ uses : actions/cache@v4
5555 with :
5656 path : ~/.cache/go-build
5757 key : ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-build
7979 with :
8080 go-version : 1.21.x
8181 - name : Cache build
82- uses : actions/cache@v1
82+ uses : actions/cache@v4
8383 with :
8484 path : |
8585 ~/.cache/go-build
@@ -106,7 +106,7 @@ jobs:
106106 with :
107107 go-version : 1.21.x
108108 - name : Cache build
109- uses : actions/cache@v1
109+ uses : actions/cache@v4
110110 with :
111111 path : ~/.cache/go-build
112112 key : ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
You can’t perform that action at this time.
0 commit comments