From 2fc078e858b1d251f3822aa8930abde5941aea93 Mon Sep 17 00:00:00 2001 From: Niko Fink Date: Tue, 30 Jan 2024 12:14:23 +0100 Subject: [PATCH] update actions/cache to v4 This updates the cache action to v4 (which only has [minimal changes](https://github.com/actions/cache?tab=readme-ov-file#v4), which silences a warning about v3 still using the deprecated Node.js 16. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5b6580..e660c4f 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: - name: Cache sonar-scanner installation id: cache-sonar-tools if: inputs.cache-binaries == 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 env: # The default value is 60mins. Reaching timeout is treated the same as a cache miss. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1