From b1ee8e76585ec95985a1c0e87b8fbe99ad63c389 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Apr 2026 19:17:07 +0000 Subject: [PATCH] chore(all): update actions/checkout action to v6 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e00190d..bd65f48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get non-Go dependencies run: | @@ -79,7 +79,7 @@ jobs: go install honnef.co/go/tools/cmd/staticcheck@latest - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get dependencies run: go get -v -t -d ./...