From 01b3a7d48f15f1462c91c155b6235e3481705daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:28:28 +0000 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.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.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5e2ace1f..f45243db 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -56,7 +56,7 @@ jobs: cache: 'pipenv' - name: Cache files - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ccacbfb..341e13c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: cache: 'pipenv' - name: Cache files - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: key: ${{ github.ref }} path: .cache