Skip to content

Commit b485b01

Browse files
committed
Update version of GitHub actions cache
1 parent 21420ec commit b485b01

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/doxygen-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)