From 0599f454ac918c8caf87c5479225f6dafac8eb0d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Fri, 26 Jan 2024 19:21:05 -0600 Subject: [PATCH] fix: update actions/cache from v3 to v4 (node.js v20 support) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e60c346..665f899 100644 --- a/action.yml +++ b/action.yml @@ -344,7 +344,7 @@ runs: echo "description=${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT echo "id-release=${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT shell: bash - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ hashFiles('action.yml') }} path: |