Skip to content

Commit

Permalink
Bump actions/cache from 4.2.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.2.0...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent f96eafb commit 9484b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# download cache
- name: Download ccache files
if: env.USE_CACHE == 'true'
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: .ccache
key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
# Download cache
- name: Download ccache files
if: env.USE_CACHE == 'true'
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: build/.ccache
key: macOS-ccache-${{ matrix.NICE_NAME }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
submodules: true

- name: Cache Qt
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache-qt-windows
with:
path: ${{ runner.workspace }}/Qt
Expand All @@ -276,7 +276,7 @@ jobs:
# Download cache
- name: Download ccache files
if: env.USE_CACHE == 'true'
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: build/.ccache
key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# download cache
- name: ccache cache files
if: ( env.USE_CACHE == '1' )
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: .ccache
key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down

0 comments on commit 9484b3f

Please sign in to comment.