From 7693536e36f049be95d2f30b65f566e76078c1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:58:04 +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/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58682f..8c7b16b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index c801ac5..056d126 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm