chore(deps): update actions/checkout action to v7 (#1042)

Reviewed-on: https://gitea.com/gitea/runner/pulls/1042
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot
2026-06-24 14:32:12 +00:00
committed by techknowlogick
parent d3b3519dea
commit 40e021309a
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
# to ~/.docker with the stale credentials.
DOCKER_CONFIG: /tmp/docker-noauth
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'