From f3994d9a9c8308913f8d6f2b34856fc857beb48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:11:17 +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/lint.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6419656..7198079 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: echo "::set-output name=dir-v2::$(yarn cache dir)" - name: Cache Node Modules V1 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v1/node_modules @@ -41,7 +41,7 @@ jobs: embedded-yarn- - name: Cache Node Modules V2 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v2/node_modules diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3aed4f7..f679faf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: echo "::set-output name=dir-v2::$(yarn cache dir)" - name: Cache Node Modules V1 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v1/node_modules @@ -56,7 +56,7 @@ jobs: embedded-yarn- - name: Cache Node Modules V2 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v2/node_modules