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 @@ -24,13 +24,13 @@ jobs:
2424 - uses : actions/checkout@v3
2525
2626 - name : Go Build Cache
27- uses : actions/cache@v3
27+ uses : actions/cache@v4
2828 with :
2929 path : ${{ steps.go-cache-paths.outputs.go-build }}
3030 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
3131
3232 - name : Go Mod Cache
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : ${{ steps.go-cache-paths.outputs.go-mod }}
3636 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -102,13 +102,13 @@ jobs:
102102 fetch-depth : 0
103103
104104 - name : Go Build Cache
105- uses : actions/cache@v3
105+ uses : actions/cache@v4
106106 with :
107107 path : ${{ steps.go-cache-paths.outputs.go-build }}
108108 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
109109
110110 - name : Go Mod Cache
111- uses : actions/cache@v3
111+ uses : actions/cache@v4
112112 with :
113113 path : ${{ steps.go-cache-paths.outputs.go-mod }}
114114 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments