diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 7a8398d1..f524589d 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -38,7 +38,7 @@ jobs: echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV - name: Cache build artifact - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | ${{ env.GOCACHE }} @@ -72,7 +72,7 @@ jobs: echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV - name: Cache build artifact - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | ${{ env.GOCACHE }} @@ -105,7 +105,7 @@ jobs: echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV - name: Cache build artifact - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | ${{ env.GOCACHE }}