1818 - name : Checkout
1919 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Setup Cache
21- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
21+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2222 with :
2323 path : |
2424 ~/.cargo/registry
6969 - name : Checkout
7070 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171 - name : Setup Cache
72- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
72+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7373 with :
7474 path : |
7575 ~/.cargo/registry
@@ -192,7 +192,7 @@ jobs:
192192 - name : Checkout
193193 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
194194 - name : Setup Cache
195- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
195+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
196196 with :
197197 path : |
198198 ~/.cargo/registry
@@ -214,7 +214,7 @@ jobs:
214214 - name : Checkout
215215 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
216216 - name : Setup Cache
217- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
218218 with :
219219 path : |
220220 ~/.cargo/registry
@@ -269,7 +269,7 @@ jobs:
269269 with :
270270 go-version : ${{ env.GO_VERSION }}
271271 - name : Setup Rust and Golang Cache
272- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
272+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
273273 with :
274274 path : |
275275 ~/.cargo/registry
@@ -279,7 +279,7 @@ jobs:
279279 ~/.cache/go-build
280280 key : ${{ runner.os }}-cargo-test-integration-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/go.sum') }}
281281 - name : Setup Testfiles Cache
282- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
282+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
283283 with :
284284 path : |
285285 /tmp/conmon-test-images
0 commit comments