From 32169b007352d83f118781ca9c7da6165440f2c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 21:01:27 +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 0b0e748..5ef232e 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'