From 86cd76137da78701a0077b8ecfaceef2d671f35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:16:51 +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/precompile-gem.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/precompile-gem.yml b/.github/workflows/precompile-gem.yml index 789c97e..2fa3cc7 100644 --- a/.github/workflows/precompile-gem.yml +++ b/.github/workflows/precompile-gem.yml @@ -16,7 +16,7 @@ jobs: with: ruby-version: "4.0" bundler-cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ports/archives key: archives-ubuntu-${{ hashFiles('dependencies.yml') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f28295..32242a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v5 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ports/archives key: archives-ubuntu-${{ hashFiles('dependencies.yml') }} @@ -452,7 +452,7 @@ jobs: BUNDLE_WITH: memcheck steps: - uses: actions/checkout@v5 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ports/archives key: archives-ubuntu-${{ hashFiles('dependencies.yml') }}