From 7cee5b7072779093140ff902637f5e24fbae178d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 15:25:16 +0000 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/checkout action to v5 --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9c99e681..74df0dc6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: runner steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/docker/setup-buildx-action@v3 name: Setup Docker BuildX system