diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index ea1161e..6375091 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -30,7 +30,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build diff --git a/.github/workflows/go-unit-tests.yaml b/.github/workflows/go-unit-tests.yaml index c9209d3..e12aeeb 100644 --- a/.github/workflows/go-unit-tests.yaml +++ b/.github/workflows/go-unit-tests.yaml @@ -33,7 +33,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build @@ -84,7 +84,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build