From 0ecd3d1be3e02efd7adad793a2a4ea025329e859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:02:49 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.2 to 3.0.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. - [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.2...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- .github/workflows/tester.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea51b86..17668a9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '14.x' - name: Cache NPM dependencies - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.6 with: path: node_modules key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 10d77d9..e6ef8fd 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.6 with: path: node_modules key: ${{ runner.os }}-npm-cache @@ -41,7 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.6 with: path: node_modules key: ${{ runner.os }}-npm-cache