From b9134d3d911efd13df4f79fd3f6e2680b8f3055a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:07:26 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 3.2.4 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [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.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 ce331360..be89eba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }} - id: cache name: Cache dependencies - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -98,7 +98,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -123,7 +123,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -148,7 +148,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -182,7 +182,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -224,7 +224,7 @@ jobs: node-version: ${{ matrix.node-version }} - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }} @@ -269,7 +269,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: key: ${{ runner.os }}-${{ github.run_id }} path: ${{ env.CACHE_PATH }}