From c0fb248c49981624b085593e92f7d29a402cb182 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:15:16 -0400 Subject: [PATCH] Upgrade actions/cache from v4 to v6 (node 20 warning) --- .github/actions/install-codeql/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-codeql/action.yml b/.github/actions/install-codeql/action.yml index 19a3e1b0..54ecdbea 100644 --- a/.github/actions/install-codeql/action.yml +++ b/.github/actions/install-codeql/action.yml @@ -21,7 +21,7 @@ runs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v4 + uses: actions/cache@v6 with: # A list of files, directories, and wildcard patterns to cache and restore path: ${{github.workspace}}/codeql_home