From f489c516a359517202cd517ea212810a9e3c8d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:17:03 +0000 Subject: [PATCH] chore(deps): 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/pull-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2da8e485..17d3918c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -84,7 +84,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -120,7 +120,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -156,7 +156,7 @@ jobs: node-version-file: ".nvmrc" - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules