diff --git a/.github/workflows/focal_build.yml b/.github/workflows/focal_build.yml index 4aeebfeb..aa12ac52 100644 --- a/.github/workflows/focal_build.yml +++ b/.github/workflows/focal_build.yml @@ -47,7 +47,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: ccache cache files - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: ${{ env.CI_NAME }}/.ccache key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6f3fdf8a..c5cbb87b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -60,7 +60,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: ccache cache files - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: ${{ matrix.env.CI_NAME }}/.ccache key: ${{ matrix.env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}