From ef05db5af417e5fbef04e05380eb4c0e1419f025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:08:49 +0300 Subject: [PATCH] dependabot: bump actions/cache from 3 to 4 (#168) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <8581044+vvssttkk@users.noreply.github.com> --- .github/workflows/cd-prod.yml | 2 +- .github/workflows/cd-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 4ed08771..e5dd758a 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -27,7 +27,7 @@ jobs: cache: 'pip' - name: caching - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/cd-stage.yml b/.github/workflows/cd-stage.yml index 39258f65..80809001 100644 --- a/.github/workflows/cd-stage.yml +++ b/.github/workflows/cd-stage.yml @@ -32,7 +32,7 @@ jobs: cache: 'pip' - name: caching - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache