From 466fcacc87e62944fb526164c8135e806fb73b94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:05:24 +0600 Subject: [PATCH] chore(deps): update actions/cache action to v3.0.11 (#439) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-test-release.yml b/.github/workflows/check-test-release.yml index 1388f2a9..9a157092 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -73,7 +73,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: set pip cache id: pip-cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}