diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 211767c9..af4f8209 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 b7530df7..d765af6b 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 }}