From c2f80b863ea5b01803eb4d7e3543e0f4f6d2a12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:03:01 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.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.0.4...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-from-resources.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-from-resources.yml b/.github/workflows/generate-from-resources.yml index 95333a1..bc228d6 100644 --- a/.github/workflows/generate-from-resources.yml +++ b/.github/workflows/generate-from-resources.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache node modules - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.2 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e1455..a35b6cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache node modules - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.2 env: cache-name: cache-node-modules with: