diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a3ce2b4517b..06ebd9a01d9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -252,12 +252,12 @@ jobs: path: ui/node_modules key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }} - name: go build cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /home/runner/.cache/go-build key: GOCACHE-v2-${{ hashFiles('**/go.mod') }} - name: go mod cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /home/runner/go/pkg/mod key: GOMODCACHE-v2-${{ hashFiles('**/go.mod') }}