From 6c6b57d1353231ae6a26b1b69d23330e4cc2b580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:28:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 305cab8..efa1651 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@v5 + - uses: actions/checkout@v6 - run: make test_cover - name: Upload coverage to Codecov uses: codecov/codecov-action@v5