From f6c2df98953c911eaa6e4f6ba8ea9fd5d6fd3084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:57:24 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.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.3.2...v3.3.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 fb87018a..54114298 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: 20.x - run: npm ci - name: save cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | node_modules @@ -29,7 +29,7 @@ jobs: with: node-version: 20.x - name: download cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | node_modules @@ -63,7 +63,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: download cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | node_modules