From b5ff61006e62441168d8bfbedc49e88505d789b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:08:11 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9c3e603..a89f9ab 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache @@ -60,7 +60,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee82ecb..ec3a06c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache