From 0186039923815104cea3d51e2df1b72c0aef2fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:01:38 -0800 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#171) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba65d01..6b7d9c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: | @@ -79,7 +79,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: |