From 0e8b61663e98077d2d7ee823d721a9613b0ea46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:48:31 +0000 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-master.yml | 8 ++++---- .github/workflows/upload-to-github-pages.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 211767c94..af4f82096 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -87,7 +87,7 @@ jobs: # download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: .ccache key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -171,7 +171,7 @@ jobs: # Download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: build/.ccache key: macOS-ccache-${{ matrix.NICE_NAME }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -238,7 +238,7 @@ jobs: submodules: true - name: Cache Qt - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 id: cache-qt-windows with: path: ${{ runner.workspace }}/Qt @@ -262,7 +262,7 @@ jobs: # Download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: build/.ccache key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} diff --git a/.github/workflows/upload-to-github-pages.yml b/.github/workflows/upload-to-github-pages.yml index b7530df7e..d765af6b8 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -84,7 +84,7 @@ jobs: # download cache - name: ccache cache files if: ( env.USE_CACHE == '1' ) - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: .ccache key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}