From 5f1fbf201835ebfa46d7dc06b23ee21b48a59bdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:31:18 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/check_protos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_protos.yml b/.github/workflows/check_protos.yml index 4c20f05..21fe96c 100644 --- a/.github/workflows/check_protos.yml +++ b/.github/workflows/check_protos.yml @@ -25,7 +25,7 @@ jobs: with: poetry-version: ${{ env.POETRY_VERSION }} - name: Cache virtualenv - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .github/check_protos/.venv key: check-protos-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.github/check_protos/poetry.lock') }}