From 75bab5ca6b48b013e239d0215fda0e1a10e42b1f Mon Sep 17 00:00:00 2001 From: Shaan Majid <70789625+shaanmajid@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:26:06 -0500 Subject: [PATCH] build(deps): update actions to Node.js 24 runtime --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index edcdbce..ff5da53 100644 --- a/action.yml +++ b/action.yml @@ -130,7 +130,7 @@ runs: - name: Cache CodSpeed instruments if: inputs.cache-instruments == 'true' - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ${{ inputs.instruments-cache-dir }} key: codspeed-instruments-${{ steps.versions.outputs.mode-cache-key }}-${{ runner.os }}-${{ runner.arch }}-${{ steps.versions.outputs.kernel-version }}-${{ steps.versions.outputs.runner-version }} @@ -139,7 +139,7 @@ runs: - name: Lookup installer hash id: installer-hash - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: RUNNER_VERSION: ${{ steps.versions.outputs.runner-version }} with: