From 9ef1e8dec13682a19ceb3dec26715c7ec0ea6afa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Jun 2026 14:01:43 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v7 --- .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..10fb4c6 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@v7.0.0 - uses: actions/setup-go@v5 with: go-version: '1.23'