From feaaec11dc66815d3b9128e080cd069204d7a0e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Jun 2026 14:00:31 +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 0b0e748..fc389f7 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'