From a38a7fb52653de387f5cfe5477a3d2c46c5d7ee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:34:54 +0000 Subject: [PATCH] chore(deps): Pin actions/cache action to --- .github/actions/cache-pip/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-pip/action.yml b/.github/actions/cache-pip/action.yml index 54b73ce..09985c5 100644 --- a/.github/actions/cache-pip/action.yml +++ b/.github/actions/cache-pip/action.yml @@ -22,7 +22,7 @@ runs: using: 'composite' steps: - name: Cache pip packages - uses: actions/cache@v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ${{ inputs.cache-paths }}