From 4dfce2afbe82ac57ec2d19decde1dfe0479c2de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:01:52 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.0 to 4.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [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.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 d56b6b7..b2fb90f 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.2.0 + uses: actions/cache@v4.2.2 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.2.0 + uses: actions/cache@v4.2.2 continue-on-error: true with: path: duvet/www/node_modules