From dd7ff1de7a678f334d7213732afffcae7ca06a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:01:16 -0800 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.2 (#895) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b89f0e41..8216bbbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: 14.x - run: npm ci - name: save cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.2 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 14.x - name: download cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.2 with: path: | node_modules @@ -63,7 +63,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.2 with: path: | node_modules