From 4d038c2ca09e3b29b7869449516651bf47579b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:02:37 +0000 Subject: [PATCH] Upgrade: [dependabot] - 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/release_psu_to_ref.yml | 2 +- .github/workflows/run_cpsu_load.yml | 2 +- .github/workflows/run_notify_load.yml | 2 +- .github/workflows/run_psu_load.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_psu_to_ref.yml b/.github/workflows/release_psu_to_ref.yml index e770edab..918b4158 100644 --- a/.github/workflows/release_psu_to_ref.yml +++ b/.github/workflows/release_psu_to_ref.yml @@ -55,7 +55,7 @@ jobs: asdf_branch: v0.11.3 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf diff --git a/.github/workflows/run_cpsu_load.yml b/.github/workflows/run_cpsu_load.yml index 84c4eb8d..3922c57a 100644 --- a/.github/workflows/run_cpsu_load.yml +++ b/.github/workflows/run_cpsu_load.yml @@ -52,7 +52,7 @@ jobs: asdf_branch: v0.14.0 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf diff --git a/.github/workflows/run_notify_load.yml b/.github/workflows/run_notify_load.yml index 4859a2d0..26c4bc94 100644 --- a/.github/workflows/run_notify_load.yml +++ b/.github/workflows/run_notify_load.yml @@ -61,7 +61,7 @@ jobs: asdf_branch: v0.14.0 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf diff --git a/.github/workflows/run_psu_load.yml b/.github/workflows/run_psu_load.yml index 55a078ff..e46addcd 100644 --- a/.github/workflows/run_psu_load.yml +++ b/.github/workflows/run_psu_load.yml @@ -52,7 +52,7 @@ jobs: asdf_branch: v0.14.0 - name: Cache asdf - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.asdf