From 748a35d1edb54574a166882d2b5571ea75a71663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:10:36 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.4 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.3. - [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.4...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d27c95..36ff299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache ~/.npm directory - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.3 env: cache-name: cache-node-modules with: