From 3c3db0fc39e9a92b034fcb21e51a1b3ec46a271c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:07:25 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 3.2.6 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.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.2.6...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f10b11b..75658023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }} - id: cache name: Cache dependencies - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -121,7 +121,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -146,7 +146,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -171,7 +171,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -205,7 +205,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -248,7 +248,7 @@ jobs: node-version: ${{ matrix.node-version }} - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -293,7 +293,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }}