From a6e17ee9dc6013a67ccd56d75396530c8250f132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:28:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/pull-request-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml index b1f5e2a..961a2d9 100644 --- a/.github/workflows/pull-request-tests.yml +++ b/.github/workflows/pull-request-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go uses: actions/setup-go@v5 with: