From 012152726cfc30c3d7f9be6631abf00a8c3cc28f Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 17 Sep 2024 08:55:52 +0700 Subject: [PATCH] CI: Update `actions/cache` in nightly run to v4 --- .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 0319a911a6901..842a95264987e 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