From b0a789d249079607da0c60e8b0bc37ada6e9bc42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:51:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/actions/python-on-arch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/python-on-arch/action.yml b/.github/actions/python-on-arch/action.yml index 603c491..c24ca62 100644 --- a/.github/actions/python-on-arch/action.yml +++ b/.github/actions/python-on-arch/action.yml @@ -35,7 +35,7 @@ runs: EOF chmod +x ./run.sh cat ./run.sh - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: "Cache pip wheels" id: cache-pip-wheels with: