From ebd628a5727e8fc8c1e857e44a0d9db1af9b91af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:54:12 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [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/e12d46a63a90f2fae62d114769bbf2a179198b5c...13aacd865c20de90d75de3b17ebe84f7a17d57d2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/DeployProduction.yaml | 2 +- .github/workflows/DeployStaging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DeployProduction.yaml b/.github/workflows/DeployProduction.yaml index 5331069f..38750a40 100644 --- a/.github/workflows/DeployProduction.yaml +++ b/.github/workflows/DeployProduction.yaml @@ -25,7 +25,7 @@ jobs: node-version: '16' - name: Cache dependencies - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/DeployStaging.yaml b/.github/workflows/DeployStaging.yaml index 7ebda630..30f08e6a 100644 --- a/.github/workflows/DeployStaging.yaml +++ b/.github/workflows/DeployStaging.yaml @@ -24,7 +24,7 @@ jobs: node-version: '16' - name: Cache dependencies - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}