From 395e4325cc0a42263c87f4e0f634af34ca9a0892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:42:25 +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 7ba5a0e..4a790eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: python-version: ${{ env.python_version }} - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.cache/pip key: @@ -48,7 +48,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Cache Node.js packages - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: