File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,21 +73,21 @@ jobs:
7373
7474
7575 - name : Cache the Go Build Cache
76- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
76+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
7777 with :
7878 path : ${{ steps.go_cache.outputs.cache }}
7979 key : ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
8080 restore-keys : ${{ runner.os }}-build-lint-
8181
8282 - name : Cache Go Dependencies
83- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
83+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
8484 with :
8585 path : ${{ steps.go_cache.outputs.mod_cache }}
8686 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
8787 restore-keys : ${{ runner.os }}-pkg-
8888
8989 - name : Cache Linter Analysis
90- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
90+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
9191 id : cache-analysis
9292 with :
9393 path : ${{ steps.go_cache.outputs.analysis_cache }}
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676 run : echo "cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
7777
7878 - name : Cache the Go Build Cache
79- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
79+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
8080 with :
8181 path : ${{ steps.go.outputs.cache }}
8282 key : ${{ runner.os }}-build-uptest-${{ hashFiles('**/go.sum') }}
8383 restore-keys : ${{ runner.os }}-build-uptest-
8484
8585 - name : Cache Go Dependencies
86- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
86+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
8787 with :
8888 path : .work/pkg
8989 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments