From ddc758c41d97835db1dee537798531f4089a5ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 03:02:12 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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/v2.1.6...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 260864d..8667557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 86727c9..1a86dfa 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e14318d..fd83ab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ./.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}