From ddbcb1f5884256ecd54de55dcca44f9710eac555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:32:50 +0000 Subject: [PATCH] Bump actions/cache from 3.2.2 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 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.2.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 3b301848..922f31e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: 18.x - run: npm ci - name: save cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 18.x - name: download cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: | node_modules @@ -63,7 +63,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: | node_modules