From e61748497aa8d488a25b4d7b453cec9db9d8c475 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sat, 21 Jun 2025 18:54:15 +0100 Subject: [PATCH] ci: Pin specific repo version --- .forgejo/workflows/prefligit-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/prefligit-checks.yml b/.forgejo/workflows/prefligit-checks.yml index 08c93d12..6a124ac6 100644 --- a/.forgejo/workflows/prefligit-checks.yml +++ b/.forgejo/workflows/prefligit-checks.yml @@ -14,7 +14,7 @@ jobs: TO_REF: ${{ github.sha }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 with: persist-credentials: false depth: 0 # we need to be able to get diffs