From 63a10e38233eed0aefd0e59756b9205cbed8d25b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:15:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.2.0 --- .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 89f685ff..2e2b38e3 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -53,7 +53,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: set pip cache id: pip-cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.0 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}