From c5a3c23e3bb5d73fd9de6f3949ab2a906d097fcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:33:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b96afdf..059efe7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: make test-cover - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v7.0.0