diff --git a/.github/workflows/make-deb-and-publish.yaml b/.github/workflows/make-deb-and-publish.yaml index fed6c2a..ec0bf45 100644 --- a/.github/workflows/make-deb-and-publish.yaml +++ b/.github/workflows/make-deb-and-publish.yaml @@ -50,7 +50,7 @@ jobs: echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - name: Golang cache - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | ${{ steps.go-cache-paths.outputs.go-build }}