From 147b849579d1e23c2e421f501a479f467d1d106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:01:28 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ef3804..4c596aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} @@ -61,7 +61,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} diff --git a/.github/workflows/test.release.yml b/.github/workflows/test.release.yml index 75ffc56..9715eea 100644 --- a/.github/workflows/test.release.yml +++ b/.github/workflows/test.release.yml @@ -18,7 +18,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} @@ -53,7 +53,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }}