From 21fbf0668283bc76240b18165a36a1fe70c05240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:29:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.0 to 4.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/mutation-test.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12dd00e..4594117 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: node-version: '22.x' - name: Cache node modules - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/mutation-test.yml b/.github/workflows/mutation-test.yml index 809e4c9..68ee993 100644 --- a/.github/workflows/mutation-test.yml +++ b/.github/workflows/mutation-test.yml @@ -19,7 +19,7 @@ jobs: node-version: '22.x' - name: Cache node modules - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86886dd..bcba4f6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: --unshallow - name: Cache node modules - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: cache-name: cache-node-modules with: