From d245dba10ad88459bc6ad2c9ceadfddbfe962ba4 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:04:14 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/Prioritize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Prioritize.yml b/.github/workflows/Prioritize.yml index 58406fa..749b991 100644 --- a/.github/workflows/Prioritize.yml +++ b/.github/workflows/Prioritize.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}