@@ -39,15 +39,15 @@ runs:
3939
4040 - if : ${{ inputs.create != 'true' }}
4141 name : Restore Go modules
42- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4343 with :
4444 key : ${{ steps.cache-info.outputs.modules-key }}
4545 path : |
4646 ~/go/pkg/mod
4747
4848 - if : ${{ inputs.create != 'true' }}
4949 name : Restore Go build cache
50- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5151 with :
5252 key : unused-key-${{ github.run_id }}
5353 restore-keys : ${{ steps.cache-info.outputs.build-key }}-
5858
5959 - if : ${{ inputs.create != 'true' && inputs.lint-cache == 'true' }}
6060 name : Restore golangci-lint cache
61- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
61+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6262 with :
6363 key : unused-key-${{ github.run_id }}
6464 restore-keys : ${{ steps.cache-info.outputs.lint-key }}-
@@ -114,15 +114,15 @@ runs:
114114
115115 - if : ${{ inputs.create == 'true' }}
116116 name : Save Go modules
117- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
117+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
118118 with :
119119 key : ${{ steps.cache-info.outputs.modules-key }}
120120 path : |
121121 ~/go/pkg/mod
122122
123123 - if : ${{ inputs.create == 'true' }}
124124 name : Save Go build cache
125- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
125+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
126126 with :
127127 key : ${{ steps.cache-info.outputs.build-key }}-${{ github.run_id }}
128128 path : |
@@ -132,7 +132,7 @@ runs:
132132
133133 - if : ${{ inputs.create == 'true' }}
134134 name : Save golangci-lint cache
135- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
136136 with :
137137 key : ${{ steps.cache-info.outputs.lint-key }}-${{ github.run_id }}
138138 path : ${{ env.GOLANGCI_LINT_CACHE }}
0 commit comments