From 29b063debf22b8c656f9c42653421f1a17fa0159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:54:54 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 3.3.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.1.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/v3.3.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump_and_deploy.yml | 2 +- .github/workflows/lint_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump_and_deploy.yml b/.github/workflows/bump_and_deploy.yml index d72d481f..678d1737 100644 --- a/.github/workflows/bump_and_deploy.yml +++ b/.github/workflows/bump_and_deploy.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 2b5597cd..9b476086 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -25,7 +25,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}