From f9b640c28732ce6dc61ba6de54f2fae14fab3462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 03:31:45 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 3.3.1 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 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/v3.3.1...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/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aca132..3b87166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }} - id: cache name: Cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -110,7 +110,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -161,7 +161,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -189,7 +189,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -217,7 +217,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -263,7 +263,7 @@ jobs: - id: cache if: steps.test-files-check.outputs.files_exists == 'true' name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -319,7 +319,7 @@ jobs: - id: cache if: steps.test-files-check.outputs.files_exists == 'true' name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -373,7 +373,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }}