@@ -71,15 +71,15 @@ runs:
7171
7272 - if : ${{ inputs.create != 'true' }}
7373 name : Restore Go modules
74- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
74+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7575 with :
7676 key : ${{ steps.cache-info.outputs.modules-key }}
7777 path : |
7878 ~/go/pkg/mod
7979
8080 - if : ${{ inputs.create != 'true' }}
8181 name : Restore Go build cache
82- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
82+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8383 with :
8484 key : unused-key-${{ github.run_id }}
8585 restore-keys : ${{ steps.cache-info.outputs.build-key }}-
9090
9191 - if : ${{ inputs.create != 'true' && inputs.lint-cache == 'true' }}
9292 name : Restore golangci-lint cache
93- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
93+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9494 with :
9595 key : unused-key-${{ github.run_id }}
9696 restore-keys : ${{ steps.cache-info.outputs.lint-key }}-
@@ -146,15 +146,15 @@ runs:
146146
147147 - if : ${{ inputs.create == 'true' }}
148148 name : Save Go modules
149- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
149+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
150150 with :
151151 key : ${{ steps.cache-info.outputs.modules-key }}
152152 path : |
153153 ~/go/pkg/mod
154154
155155 - if : ${{ inputs.create == 'true' }}
156156 name : Save Go build cache
157- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
157+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
158158 with :
159159 key : ${{ steps.cache-info.outputs.build-key }}-${{ github.run_id }}
160160 path : |
@@ -164,7 +164,7 @@ runs:
164164
165165 - if : ${{ inputs.create == 'true' }}
166166 name : Save golangci-lint cache
167- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
167+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
168168 with :
169169 key : ${{ steps.cache-info.outputs.lint-key }}-${{ github.run_id }}
170170 path : ${{ env.GOLANGCI_LINT_CACHE }}
0 commit comments