From 9b34f68534e17e415c2ce022a6e88242bc871d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Dan=C3=B3czy?= Date: Tue, 17 Mar 2026 12:30:54 +0100 Subject: [PATCH] Update actions/cache from v4.2.3 to v5.0.3 Fixes Node.js 20 deprecation warning. Actions/cache v4 uses Node.js 20 which is deprecated and will stop working by default on June 2nd, 2026. Fixes #14 Co-Authored-By: Claude Sonnet 4.6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cc1d99f..7c178d3 100644 --- a/action.yml +++ b/action.yml @@ -128,7 +128,7 @@ runs: - name: Cache Conan packages if: ${{ inputs.cache_packages == 'true' }} - uses: actions/cache@v4.2.3 + uses: actions/cache@v5.0.3 id: cache-conan-packages with: path: ${{ steps.get-conan-home.outputs.conan-home }}/p