File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Cache MinGW
122122 id : cache-mingw
123123 if : contains(matrix.config.ext, 'windows-mingw')
124- uses : actions/cache@v3.2.1
124+ uses : actions/cache@v4
125125 with :
126126 path : ./mingw
127127 key : ${{ runner.os }}-${{ matrix.config.ext }}-cache-${{ steps.cache_timestamp.outputs.timestamp }}
@@ -226,7 +226,7 @@ jobs:
226226 # path: ./vcpkg/buildtrees/wxwidgets/install-x64-mingw-dynamic-dbg-out.log
227227
228228 - name : ccache cache files
229- uses : actions/cache@v3.2.1
229+ uses : actions/cache@v4
230230 with :
231231 path : .ccache
232232 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:
121121 - name : Cache MinGW
122122 id : cache-mingw
123123 if : contains(matrix.config.ext, 'windows-mingw')
124- uses : actions/cache@v3.2.1
124+ uses : actions/cache@v4
125125 with :
126126 path : ./mingw
127127 key : ${{ runner.os }}-${{ matrix.config.ext }}-cache-${{ steps.cache_timestamp.outputs.timestamp }}
@@ -229,7 +229,7 @@ jobs:
229229 file(APPEND "$ENV{GITHUB_OUTPUT}" "timestamp=${current_date}")
230230
231231 - name : ccache cache files
232- uses : actions/cache@v3.2.1
232+ uses : actions/cache@v4
233233 with :
234234 path : .ccache
235235 key : ${{ matrix.config.name }}-ccache-${{ steps.cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 4444
4545 - name : Cache Doxygen
4646 id : cache-doxygen
47- uses : actions/cache@v3.2.1
47+ uses : actions/cache@v4
4848 with :
4949 path : doxygen-${{ env.DOXYGEN_VERSION }}
5050 key : doxygen-cache-${{ steps.cache_timestamp.outputs.timestamp }}
You can’t perform that action at this time.
0 commit comments