From 41c8aa8607d5c23fbed4f51d542591eb68025748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:49:08 +0000 Subject: [PATCH] build(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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f725f3c..3aed70a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: crate: cargo-udeps - name: Cache node_modules - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 continue-on-error: true with: path: duvet/www/node_modules @@ -115,7 +115,7 @@ jobs: key: ${{ matrix.target }} - name: Cache node_modules - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 continue-on-error: true with: path: duvet/www/node_modules