From 32d8a1826e01706a29a3b67c71b96d6ec5647492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:56:30 +0000 Subject: [PATCH] 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 d4aa481..81559df 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