From 210c25c3b5b81c3ce14573d6cf1f2d75502eae53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:54:22 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1145e78eb..dba8169472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: architecture: x64 cache: 'pip' - run: pip install -r requirements.txt - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-galaxy-${{ hashFiles('galaxy.yml') }}