Skip to content

Commit 2ec7c23

Browse files
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aeefc11 commit 2ec7c23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push-master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download ccache files
5151
if: env.USE_CACHE == 'true'
52-
uses: actions/cache@v4.3.0
52+
uses: actions/cache@v5.0.1
5353
with:
5454
path: .ccache
5555
key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Download ccache files
123123
if: env.USE_CACHE == 'true'
124-
uses: actions/cache@v4.3.0
124+
uses: actions/cache@v5.0.1
125125
with:
126126
path: build/.ccache
127127
key: macOS-${{ matrix.NICE_NAME }}-ccache-${{ github.run_id }}
@@ -180,7 +180,7 @@ jobs:
180180
submodules: true
181181

182182
- name: Cache Toolkit
183-
uses: actions/cache@v4.3.0
183+
uses: actions/cache@v5.0.1
184184
id: cache-toolkit-windows
185185
with:
186186
path: ${{ env.TOOLKIT_DIR }}
@@ -213,7 +213,7 @@ jobs:
213213
214214
- name: Download ccache files
215215
if: env.USE_CACHE == 'true'
216-
uses: actions/cache@v4.3.0
216+
uses: actions/cache@v5.0.1
217217
with:
218218
path: build/.ccache
219219
key: ${{ runner.os }}-ccache-${{ github.run_id }}

.github/workflows/upload-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Download ccache files
5050
if: env.USE_CACHE == 'true'
51-
uses: actions/cache@v4.3.0
51+
uses: actions/cache@v5.0.1
5252
with:
5353
path: .ccache
5454
key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }}

0 commit comments

Comments
 (0)