1616 - name : Checkout
1717 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818 - name : Setup Cache
19- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
19+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2020 with :
2121 path : |
2222 ~/.cargo/registry
6767 - name : Checkout
6868 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 - name : Setup Cache
70- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
70+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7171 with :
7272 path : |
7373 ~/.cargo/registry
@@ -187,7 +187,7 @@ jobs:
187187 - name : Checkout
188188 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
189189 - name : Setup Cache
190- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
190+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
191191 with :
192192 path : |
193193 ~/.cargo/registry
@@ -209,7 +209,7 @@ jobs:
209209 - name : Checkout
210210 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
211211 - name : Setup Cache
212- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
212+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
213213 with :
214214 path : |
215215 ~/.cargo/registry
@@ -264,7 +264,7 @@ jobs:
264264 with :
265265 go-version-file : go.mod
266266 - name : Setup Rust and Golang Cache
267- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
267+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
268268 with :
269269 path : |
270270 ~/.cargo/registry
@@ -274,7 +274,7 @@ jobs:
274274 ~/.cache/go-build
275275 key : ${{ runner.os }}-cargo-test-integration-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/go.sum') }}
276276 - name : Setup Testfiles Cache
277- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
277+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
278278 with :
279279 path : |
280280 /tmp/conmon-test-images
0 commit comments