From 38d2a2f88124b40597bfbb5849156f38b9591f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:01:15 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 3.3.0 to 3.3.1 (#103) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 db4a9be7..a6270220 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 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.3.0 + uses: actions/cache@v3.3.1 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }}