Skip to content

Commit fed557f

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39f9bb3 commit fed557f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/patch-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ matrix.os == 'ubuntu-latest' }}
4343
- uses: actions/checkout@v4
4444
- name: Mount Bazel cache
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/repo-cache
4848
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- uses: ./.github/actions/free_disk_space_on_linux
6969
- name: Mount Bazel cache
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: ~/repo-cache
7373
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
packages: libtinfo5
168168
- name: Mount Bazel cache
169-
uses: actions/cache@v3
169+
uses: actions/cache@v4
170170
with:
171171
path: ~/repo-cache
172172
key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}

0 commit comments

Comments
 (0)