Skip to content

Commit d32bcf3

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 (#1146)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e96dd16 commit d32bcf3

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
@@ -101,7 +101,7 @@ jobs:
101101
# download cache
102102
- name: Download ccache files
103103
if: env.USE_CACHE == 'true'
104-
uses: actions/cache@v4.2.2
104+
uses: actions/cache@v4.2.3
105105
with:
106106
path: .ccache
107107
key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -185,7 +185,7 @@ jobs:
185185
# Download cache
186186
- name: Download ccache files
187187
if: env.USE_CACHE == 'true'
188-
uses: actions/cache@v4.2.2
188+
uses: actions/cache@v4.2.3
189189
with:
190190
path: build/.ccache
191191
key: macOS-ccache-${{ matrix.NICE_NAME }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -252,7 +252,7 @@ jobs:
252252
submodules: true
253253

254254
- name: Cache Qt
255-
uses: actions/cache@v4.2.2
255+
uses: actions/cache@v4.2.3
256256
id: cache-qt-windows
257257
with:
258258
path: ${{ runner.workspace }}/Qt
@@ -276,7 +276,7 @@ jobs:
276276
# Download cache
277277
- name: Download ccache files
278278
if: env.USE_CACHE == 'true'
279-
uses: actions/cache@v4.2.2
279+
uses: actions/cache@v4.2.3
280280
with:
281281
path: build/.ccache
282282
key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# download cache
9999
- name: ccache cache files
100100
if: ( env.USE_CACHE == '1' )
101-
uses: actions/cache@v4.2.2
101+
uses: actions/cache@v4.2.3
102102
with:
103103
path: .ccache
104104
key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)