From 14df365cf947655d4aebaca39e142a335deb1ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:04:12 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/focal_build.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/focal_build.yml b/.github/workflows/focal_build.yml index 4aeebfeb..f04802b4 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.1 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..72337dd8 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.1 with: path: ${{ matrix.env.CI_NAME }}/.ccache key: ${{ matrix.env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}