Skip to content

Commit 727b417

Browse files
authored
Merge pull request #2367 from tweag/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 09bc110 + 431b2da commit 727b417

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838
- name: Mount Bazel cache
39-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6868
- uses: ./.github/actions/free_disk_space_on_linux
6969
- name: Mount Bazel cache
70-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
70+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
166166
- uses: ./.github/actions/free_disk_space_on_linux
167167
- name: Mount Bazel cache
168-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
168+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
271271
- uses: ./.github/actions/free_disk_space_on_linux
272272
- name: Mount Bazel cache
273-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
273+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
274274
with:
275275
path: ~/repo-cache
276276
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}

0 commit comments

Comments
 (0)