From 37f26dec6122149280f3db93efd1f514f2e4e99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:06:57 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.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.0.4...v3.2.3) --- 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..50ebbe8 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.3 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e1455..d967b80 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.3 env: cache-name: cache-node-modules with: