From 3cbed983fc4c70a7a3d0bf8acad23a9e77fb7266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:36: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/deploy.yml | 4 ++-- .github/workflows/pr-validation.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32c2839..1c36ba8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 # Full history for better caching - name: Cache Ruby dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bundle @@ -69,7 +69,7 @@ jobs: bundler-cache: true - name: Cache Node dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/yarn diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index fc2e440..15f27f6 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - name: Cache Ruby dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bundle @@ -71,7 +71,7 @@ jobs: bundler-cache: true - name: Cache Node dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/yarn @@ -165,7 +165,7 @@ jobs: fetch-depth: 0 - name: Cache Ruby dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bundle @@ -181,7 +181,7 @@ jobs: bundler-cache: true - name: Cache Node dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/yarn @@ -231,7 +231,7 @@ jobs: fetch-depth: 0 - name: Cache Ruby dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bundle