Skip to content

Commit a2eba11

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 a80ef5e commit a2eba11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
4747
steps:
4848
- name: Cache Object Files
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: ccache
5252
key: ${{ matrix.config_set }}-${{ github.sha }}
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
9090
steps:
9191
- name: Cache Object Files
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ccache
9595
key: ${{ matrix.config_set }}-${{ github.sha }}

.github/workflows/release-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Cache Object Files
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ccache
3535
key: ${{ matrix.os_bin }}-${{ github.sha }}

0 commit comments

Comments
 (0)