From 917555d472975ce4224a954d3b80a9506ed0fb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:05:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.2 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.9. - [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.9) --- 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..e8d6a5a 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.9 with: path: node_modules key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 10d77d9..ef0bf9f 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.9 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.9 with: path: node_modules key: ${{ runner.os }}-npm-cache