From db78be27d4f6ef78169db42e941531d2f476374d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:55:16 +0000 Subject: [PATCH] chore(deps): bump actions/cache Bumps the production-dependencies group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.0.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.0.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/migration.yml | 2 +- .github/workflows/python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/migration.yml b/.github/workflows/migration.yml index bdf3d04e6..44101d26a 100644 --- a/.github/workflows/migration.yml +++ b/.github/workflows/migration.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.2.0 id: cache with: path: ~/.cache/pip diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e92787198..b04e0944c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.2.0 id: cache with: path: ~/.cache/pip