From 5fa082316b09e8dfbc41dbcd8071600bd4ae0b69 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 17 Sep 2024 13:51:57 +0700 Subject: [PATCH] CI: Update `actions/cache` in nightly run to v4 (#15933) --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0319a911a69..842a9526498 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -24,7 +24,7 @@ jobs: # the correct commit hashes. fetch-depth: 0 - name: Grab the commit mapping - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: branch-commit-cache.json # The cache key needs to change every time for the