diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 6007f64a..6c3bc0a2 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -101,7 +101,7 @@ jobs: # download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 with: path: .ccache key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -185,7 +185,7 @@ jobs: # Download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 with: path: build/.ccache key: macOS-ccache-${{ matrix.NICE_NAME }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -252,7 +252,7 @@ jobs: submodules: true - name: Cache Qt - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 id: cache-qt-windows with: path: ${{ runner.workspace }}/Qt @@ -276,7 +276,7 @@ jobs: # Download cache - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 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 957bad1c..6851e5a0 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -98,7 +98,7 @@ jobs: # download cache - name: ccache cache files if: ( env.USE_CACHE == '1' ) - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 with: path: .ccache key: ${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}