Skip to content

Commit f343b48

Browse files
authored
Merge pull request #2343 from tweag/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.3.0
2 parents a93b20a + f4ef362 commit f343b48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/patch-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
- name: Mount Bazel cache
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040
with:
4141
path: ~/repo-cache
4242
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868
- uses: ./.github/actions/free_disk_space_on_linux
6969
- name: Mount Bazel cache
70-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
70+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7171
with:
7272
path: ~/repo-cache
7373
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
166166
- uses: ./.github/actions/free_disk_space_on_linux
167167
- name: Mount Bazel cache
168-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
168+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
169169
with:
170170
path: ~/repo-cache
171171
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}
@@ -270,7 +270,7 @@ jobs:
270270
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
271271
- uses: ./.github/actions/free_disk_space_on_linux
272272
- name: Mount Bazel cache
273-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
273+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
274274
with:
275275
path: ~/repo-cache
276276
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}

0 commit comments

Comments
 (0)