From 57c13e242f194a22da05b0f4e0c6032a96dd2def Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 10 Sep 2026 09:19:15 +0200 Subject: [PATCH 1/2] Pin cache action to the v4.3.0 commit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c8ecfc4..a1db746 100644 --- a/action.yml +++ b/action.yml @@ -128,7 +128,7 @@ runs: using: "composite" steps: - name: Restore SSH key cache - uses: actions/cache@v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ runner.temp }}/pullpreview-ssh-keys key: pullpreview-ssh-keys-v1-${{ github.repository_id }}-${{ github.run_id }} From 13dfd12f8464a9fb533f64cfc540497a626b21a1 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 10 Sep 2026 09:28:48 +0200 Subject: [PATCH 2/2] Upgrade the pinned cache action to v6.1.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a1db746..0c69607 100644 --- a/action.yml +++ b/action.yml @@ -128,7 +128,7 @@ runs: using: "composite" steps: - name: Restore SSH key cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/pullpreview-ssh-keys key: pullpreview-ssh-keys-v1-${{ github.repository_id }}-${{ github.run_id }}