From c6053fb0ee29d74471264fc5a4dc1ca005de4077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:02:26 +0000 Subject: [PATCH] Bump actions/cache from 4.2.4 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 5.0.3. - [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.2.4...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ea73c69..da9f4e1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,13 +26,13 @@ jobs: node-version: "24" - name: Persist npm cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} - name: Persist Eleventy .cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ./.cache key: ${{ runner.os }}-eleventy-fetch-cache