From b8d28f3794850a2b65d42c15c822f62cad7f76b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:20:45 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.0.0. - [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/v2.1.7...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- .github/workflows/size.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a9e66d..cb1d4b8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.0 id: yarn-cache with: path: ./node_modules @@ -58,7 +58,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.0 id: yarn-cache with: path: ./node_modules diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 94ab44e..714b078 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.0 id: yarn-cache with: path: ./node_modules