|
|
@@ -145,14 +145,14 @@ jobs:
|
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
|
|
|
|
|
|
- name: Cache the Go Build Cache
|
|
|
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
|
|
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
|
|
with:
|
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-
|
|
|
|
|
|
- name: Cache Go Dependencies
|
|
|
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
|
|
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
|
|
with:
|
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|