From ed267d3c483a4b74e7c4018870a857c9e1ad2351 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Nov 2025 21:03:27 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/checkout action to v6 --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index f13cf95..ea33cbd 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v4 + - uses: https://github.com/actions/checkout@v6 - name: Use Go uses: https://github.com/actions/setup-go@v5 with: