From 37757c2d8e94fa90b72a271be4c67a7b9bdbec5e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 29 Jun 2026 23:02:14 +0200 Subject: [PATCH] Update checkout action version comment in workflow --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index bf17c557b6..baf461cba7 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Environment Setup