From caa31da400dadee9fabcd909a2eb879382e1de3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:32:53 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.6. - [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.6) --- 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..faa7609 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.6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e1455..830783d 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.6 env: cache-name: cache-node-modules with: