From 7a45b38c62f3864c13d8d834b7ecacb8f8f8d228 Mon Sep 17 00:00:00 2001 From: Michael Seele Date: Mon, 4 May 2026 08:04:13 +0000 Subject: [PATCH] fix: update checkout action to use shared-actions version --- .forgejo/workflows/validate-shared-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/validate-shared-actions.yml b/.forgejo/workflows/validate-shared-actions.yml index 9c08e89..b2ef0ec 100644 --- a/.forgejo/workflows/validate-shared-actions.yml +++ b/.forgejo/workflows/validate-shared-actions.yml @@ -12,7 +12,8 @@ jobs: runs-on: stackit-ubuntu-22 steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1 + - name: Validate shared action metadata uses: docker://data.forgejo.org/forgejo/runner:12 with: