From b5cf93c3c10b307f7b222273cdc07ede6176e278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:29:37 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.9 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [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.0.9...v3.0.10) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49fb0e0..1df7a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} @@ -58,7 +58,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} @@ -103,7 +103,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}