From 7bf9956e2c9ef89eb16f75865439d66e8c6902db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:06:32 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.4. - [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.4) --- 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..b35b86f 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.4 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e1455..4acf0ff 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.4 env: cache-name: cache-node-modules with: