From 4b2339e3dd2d295b467d68f3493637ef935c6efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:14:32 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump actions/cache from 4.0.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/my-vaccs-int-tests.yml | 4 ++-- .github/workflows/nbs-int-tests.yml | 4 ++-- .github/workflows/performance_tests.yml | 4 ++-- .github/workflows/quality-checks.yml | 4 ++-- .github/workflows/regression_tests.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/my-vaccs-int-tests.yml b/.github/workflows/my-vaccs-int-tests.yml index 09ddb7f6..d79ac813 100644 --- a/.github/workflows/my-vaccs-int-tests.yml +++ b/.github/workflows/my-vaccs-int-tests.yml @@ -54,7 +54,7 @@ jobs: asdf_version: 0.18.0 - name: Cache asdf - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.asdf @@ -68,7 +68,7 @@ jobs: PYTHON_CONFIGURE_OPTS: --enable-shared - name: Cache Virtualenv - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: cache-venv with: path: .venv diff --git a/.github/workflows/nbs-int-tests.yml b/.github/workflows/nbs-int-tests.yml index 028bea37..a3a18cbe 100644 --- a/.github/workflows/nbs-int-tests.yml +++ b/.github/workflows/nbs-int-tests.yml @@ -23,7 +23,7 @@ jobs: asdf_version: v0.18.0 - name: Cache asdf - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | ~/.asdf @@ -38,7 +38,7 @@ jobs: - name: Cache Virtualenv id: cache-venv - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | .venv diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index de9d7666..fb035272 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -61,7 +61,7 @@ jobs: asdf_version: 0.18.0 - name: Cache asdf - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.asdf @@ -75,7 +75,7 @@ jobs: PYTHON_CONFIGURE_OPTS: --enable-shared - name: Cache Virtualenv - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: cache-venv with: path: .venv diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 62cf81aa..d89f6067 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -22,7 +22,7 @@ jobs: asdf_version: 0.18.0 - name: Cache asdf - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.asdf @@ -36,7 +36,7 @@ jobs: PYTHON_CONFIGURE_OPTS: --enable-shared - name: Cache Virtualenv - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: cache-venv with: path: .venv diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index e6dd4378..f598d318 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -135,7 +135,7 @@ jobs: asdf_version: 0.18.0 - name: Cache asdf - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.asdf @@ -149,7 +149,7 @@ jobs: PYTHON_CONFIGURE_OPTS: --enable-shared - name: Cache Virtualenv - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: cache-venv with: path: .venv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f704f73..59212d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: asdf_version: 0.18.0 - name: Cache asdf - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.asdf @@ -56,7 +56,7 @@ jobs: PYTHON_CONFIGURE_OPTS: --enable-shared - name: Cache Virtualenv - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: cache-venv with: path: .venv