From 60eb1eb53985623044bea36e166d03b8b63ddd84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:42:16 +0000 Subject: [PATCH] Pin actions/checkout action to v4.3.1 --- .github/workflows/PrepareNextIteration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index 506f09de5e8..759348a323c 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Sources - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: