From 952c18e5044dbd6c3fbd49fec436b97bea90e6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:42:06 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef9cc415..ba28e44a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules @@ -47,7 +47,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07482225..9a64f00b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules @@ -40,7 +40,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules