From aa99aa2ec37f8d789004a6f59e2d5cf9b2ba81ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:10:10 -0500 Subject: [PATCH] Update actions/cache action to v4 (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 61db94c4..93a915f4 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -72,7 +72,7 @@ jobs: - name: Get PR Info id: get-pr-info uses: rapidsai/shared-actions/get-pr-info@main - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit-0|${{ hashFiles('.pre-commit-config.yaml') }}