From 8e416186d7ab3ba224f48e6fda975d21137ef0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:41:31 -0800 Subject: [PATCH] Bump actions/cache from 4 to 5 (#13347) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e.yaml | 4 ++-- .github/workflows/install.yaml | 2 +- .github/workflows/nightly-install.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index d4569bc39f4..bf5bd5cc41a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -67,14 +67,14 @@ jobs: uses: ./.github/actions/vagrant-setup - name: Vagrant R/W Cache if: matrix.etest != 'btrfs' && github.ref == 'refs/heads/main' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.vagrant.d/boxes key: ${{ matrix.etest != 'btrfs' && 'vagrant-box-ubuntu-2404' || 'vagrant-box-leap' }} - name: Vagrant Read Cache if: matrix.etest != 'btrfs' && github.ref != 'refs/heads/main' - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | ~/.vagrant.d/boxes diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index b0763c1c530..0e5e4251162 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -44,7 +44,7 @@ jobs: - name: Set up vagrant and libvirt uses: ./.github/actions/vagrant-setup - name: "Vagrant Cache" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.vagrant.d/boxes diff --git a/.github/workflows/nightly-install.yaml b/.github/workflows/nightly-install.yaml index 32b459a39f1..11f79f370b6 100644 --- a/.github/workflows/nightly-install.yaml +++ b/.github/workflows/nightly-install.yaml @@ -30,7 +30,7 @@ jobs: - name: Set up vagrant and libvirt uses: ./.github/actions/vagrant-setup - name: "Vagrant Cache" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.vagrant.d/boxes