From a30c7619be38f1e4aae1b2588bb82a5ff0f8088f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:35:22 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 194fbef..2a26dd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: go-version: '^1.14.3' - name: Cache node modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-node-modules with: @@ -50,7 +50,7 @@ jobs: go-version: '^1.14.3' - name: Cache node modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7258a3..6ff66a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: go-version: '^1.14.3' - name: Cache node modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-node-modules with: