File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Cache MinGW
122
122
id : cache-mingw
123
123
if : contains(matrix.config.ext, 'windows-mingw')
124
- uses : actions/cache@v3.2.1
124
+ uses : actions/cache@v4
125
125
with :
126
126
path : ./mingw
127
127
key : ${{ runner.os }}-${{ matrix.config.ext }}-cache-${{ steps.cache_timestamp.outputs.timestamp }}
@@ -226,7 +226,7 @@ jobs:
226
226
# path: ./vcpkg/buildtrees/wxwidgets/install-x64-mingw-dynamic-dbg-out.log
227
227
228
228
- name : ccache cache files
229
- uses : actions/cache@v3.2.1
229
+ uses : actions/cache@v4
230
230
with :
231
231
path : .ccache
232
232
key : ${{ matrix.config.name }}-ccache-${{ steps.cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Cache MinGW
122
122
id : cache-mingw
123
123
if : contains(matrix.config.ext, 'windows-mingw')
124
- uses : actions/cache@v3.2.1
124
+ uses : actions/cache@v4
125
125
with :
126
126
path : ./mingw
127
127
key : ${{ runner.os }}-${{ matrix.config.ext }}-cache-${{ steps.cache_timestamp.outputs.timestamp }}
@@ -229,7 +229,7 @@ jobs:
229
229
file(APPEND "$ENV{GITHUB_OUTPUT}" "timestamp=${current_date}")
230
230
231
231
- name : ccache cache files
232
- uses : actions/cache@v3.2.1
232
+ uses : actions/cache@v4
233
233
with :
234
234
path : .ccache
235
235
key : ${{ matrix.config.name }}-ccache-${{ steps.cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 44
44
45
45
- name : Cache Doxygen
46
46
id : cache-doxygen
47
- uses : actions/cache@v3.2.1
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : doxygen-${{ env.DOXYGEN_VERSION }}
50
50
key : doxygen-cache-${{ steps.cache_timestamp.outputs.timestamp }}
You can’t perform that action at this time.
0 commit comments