Skip to content

Commit d512013

Browse files
build(deps): bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63d8b9e commit d512013

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Setup Cache
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
27+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2828
with:
2929
path: |
3030
~/.cargo/registry

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
toolchain: nightly
1919
components: rustfmt
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- name: Setup Cache
23-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
23+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2424
with:
2525
path: |
2626
~/.cargo/registry

0 commit comments

Comments
 (0)