From a6c2b48ebdeb08d02a242779a6d473240d8d688e Mon Sep 17 00:00:00 2001 From: Mahmoud Hamdi Date: Mon, 23 Mar 2026 16:47:38 +0200 Subject: [PATCH] fix(ci): update setup-vp action to v1 with node-version-file support The pinned SHA 4a524139 was from an older commit that didn't have the node-version-file input, causing CI warnings. Update to the latest v1 commit (906b5821) which supports node-version-file and fixes the cache directory warning. Fixes #33948 --- .github/actions/setup-web/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-web/action.yml b/.github/actions/setup-web/action.yml index 6f3b3c08b4..a8aa447ded 100644 --- a/.github/actions/setup-web/action.yml +++ b/.github/actions/setup-web/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Setup Vite+ - uses: voidzero-dev/setup-vp@4a524139920f87f9f7080d3b8545acac019e1852 # v1.0.0 + uses: voidzero-dev/setup-vp@906b5821fc79472a80264736a266e06643cca1fc # v1 with: node-version-file: web/.nvmrc cache: true