9191 # ————————————————————————————————————————————————————————————————
9292 - name : 💾 Restore Go module cache
9393 id : restore-gomod
94- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
94+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9595 with :
9696 path : ~/go/pkg/mod
9797 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -103,7 +103,7 @@ jobs:
103103 # ————————————————————————————————————————————————————————————————
104104 - name : 💾 Restore Go build cache
105105 id : restore-gobuild
106- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
106+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
107107 with :
108108 path : |
109109 ~/.cache/go-build
@@ -201,7 +201,7 @@ jobs:
201201 # ————————————————————————————————————————————————————————————————
202202 - name : 💾 Restore Go module cache
203203 id : restore-gomod
204- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
204+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
205205 with :
206206 path : ~/go/pkg/mod
207207 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -213,7 +213,7 @@ jobs:
213213 # ————————————————————————————————————————————————————————————————
214214 - name : 💾 Restore Go build cache
215215 id : restore-gobuild
216- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
216+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
217217 with :
218218 path : |
219219 ~/.cache/go-build
@@ -237,7 +237,7 @@ jobs:
237237 # ————————————————————————————————————————————————————————————————
238238 - name : 💾 Cache golangci-lint analysis
239239 id : cache-golangci-lint
240- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
240+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
241241 with :
242242 path : ${{ env.GOLANGCI_LINT_CACHE }}
243243 key : ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum') }}-${{ steps.golangci-lint-version.outputs.version }}
0 commit comments