Skip to content

Commit aae11fc

Browse files
Bump actions/cache from 4 to 5 (#2702)
[skip-ci]
1 parent 6f34c80 commit aae11fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
6969
steps:
7070
- name: Cache Object Files
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: ccache
7474
key: ${{ matrix.config_set }}-${{ github.sha }}
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
113113
steps:
114114
- name: Cache Object Files
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
with:
117117
path: ccache
118118
key: ${{ matrix.config_set }}-${{ github.sha }}
@@ -153,7 +153,7 @@ jobs:
153153
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
154154
steps:
155155
- name: Cache Object Files
156-
uses: actions/cache@v4
156+
uses: actions/cache@v5
157157
with:
158158
path: ccache
159159
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@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ccache
3535
key: ${{ matrix.os_bin }}-${{ github.sha }}

0 commit comments

Comments
 (0)