diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 779a7c8..d03ec54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: | ${{ steps.cache.outputs.build }} @@ -54,7 +54,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: | ${{ steps.cache.outputs.build }} @@ -92,7 +92,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: | ${{ steps.cache.outputs.build }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87784f3..c59657f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: | ${{ steps.cache.outputs.build }}