Skip to content

Commit e92cbe9

Browse files
Merge pull request #2772 from containers/dependabot/github_actions/actions/cache-4.3.0
build(deps): bump actions/cache from 4.2.4 to 4.3.0
2 parents ca1405e + 06b3bb8 commit e92cbe9

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
@@ -16,7 +16,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- name: Setup Cache
27-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
21+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- name: Setup Cache
21-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
21+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2222
with:
2323
path: |
2424
~/.cargo/registry

0 commit comments

Comments
 (0)