From 7d0e6f94a138871dad672c6a4ee40873d3ed1fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:15:57 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flatpak_build.yml | 2 +- .github/workflows/rocky10_build.yml | 2 +- .github/workflows/rocky8_build.yml | 2 +- .github/workflows/rocky9_build.yml | 2 +- .github/workflows/ubuntu_build.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flatpak_build.yml b/.github/workflows/flatpak_build.yml index 9e6017a0f1..48cea7a0af 100644 --- a/.github/workflows/flatpak_build.yml +++ b/.github/workflows/flatpak_build.yml @@ -42,7 +42,7 @@ jobs: architecture: x86_64 cache_key: ${{ secrets.PREBUILT_CACHE_SECRET }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/rocky10_build.yml b/.github/workflows/rocky10_build.yml index bf7efd8030..9d8dd44a02 100644 --- a/.github/workflows/rocky10_build.yml +++ b/.github/workflows/rocky10_build.yml @@ -53,7 +53,7 @@ jobs: timeout_seconds: 60 command: ./utils/ci/nightly_logs.sh ${{ secrets.PREBUILT_CACHE_SECRET }} ${{ github.run_id }} ${{ steps.get_job_id.outputs.job_id }} centos-10 ${{ inputs.release_type }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/rocky8_build.yml b/.github/workflows/rocky8_build.yml index 492a2024c4..58b8676741 100644 --- a/.github/workflows/rocky8_build.yml +++ b/.github/workflows/rocky8_build.yml @@ -138,7 +138,7 @@ jobs: tar -cvzf linux-bundles.tar.gz -C $BUNDLE_REPO_DIR . tar -cvzf linux-include.tar.gz -C build include - name: Cache the bundles and includes - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/rocky9_build.yml b/.github/workflows/rocky9_build.yml index 47a4037089..930802dc5a 100644 --- a/.github/workflows/rocky9_build.yml +++ b/.github/workflows/rocky9_build.yml @@ -53,7 +53,7 @@ jobs: timeout_seconds: 60 command: ./utils/ci/nightly_logs.sh ${{ secrets.PREBUILT_CACHE_SECRET }} ${{ github.run_id }} ${{ steps.get_job_id.outputs.job_id }} centos-9 ${{ inputs.release_type }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index df0b25523d..d197dfab28 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -47,7 +47,7 @@ jobs: timeout_seconds: 60 command: ./utils/ci/nightly_logs.sh ${{ secrets.PREBUILT_CACHE_SECRET }} ${{ github.run_id }} ${{ steps.get_job_id.outputs.job_id }} ${{matrix.os}} ${{ inputs.release_type }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz