From 00e8d18369326dcc54450cf46bba66252abee780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:57:58 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 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.0.5...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/npm-publish.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6c4300d..627ab9b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -59,7 +59,7 @@ jobs: run: | echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.3.0 id: cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index aed9917..189caec 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -36,7 +36,7 @@ jobs: run: | echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.3.0 id: cache with: path: ${{ steps.yarn-cache.outputs.dir }}