From 2254f7e6cc0593f6f378d37494cfa2836ad0b01d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 21:02:52 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a0d9a65..a15b6d8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: go-version: '1.23'