From efd4e691e217bd38fd5a3fe6e5d56c9ef07d6ac8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:52:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#1767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 43b5e4b988..cb550fe3e8 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -19,7 +19,7 @@ runs: cache: 'pip' - name: Setup cache for poetry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pypoetry