From c873bcc4faa4fed675987c1419d867ac6095ac34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:04:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.0.2. - [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.2) --- 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..786a696 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.2 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.2 id: yarn-cache with: path: ./node_modules diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 94ab44e..350666c 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.2 id: yarn-cache with: path: ./node_modules