From c59b9fc13f85c95800d5aec8ab17162818f920ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:15:29 +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/rocky9_build.yml | 2 +- .github/workflows/ubuntu_build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flatpak_build.yml b/.github/workflows/flatpak_build.yml index a28cb7b450..1d2ecfe2ba 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 b19ccb1e5c..1e819becaf 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/rocky9_build.yml b/.github/workflows/rocky9_build.yml index b6d3707be5..1214991706 100644 --- a/.github/workflows/rocky9_build.yml +++ b/.github/workflows/rocky9_build.yml @@ -139,7 +139,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/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index daeebc2782..157f13fb95 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