From b52a433c820818dfd5b68f87db3303f5b3687f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:58:10 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.5. - [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.5) --- 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..c275ffa 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.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e1455..d1f6c77 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.5 env: cache-name: cache-node-modules with: