From b205f8779bf82462ee5a47f2fdc06704cd4ca546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:32:28 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.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/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 6a67734..12dd00e 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.1.2 + uses: actions/cache@v4.2.0 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/mutation-test.yml b/.github/workflows/mutation-test.yml index 7826752..809e4c9 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.1.2 + uses: actions/cache@v4.2.0 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ca74a1..86886dd 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.1.2 + uses: actions/cache@v4.2.0 env: cache-name: cache-node-modules with: