From 494ea14699da8f9bf0c50ace03e4a6b940ae8ab6 Mon Sep 17 00:00:00 2001 From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 20:57:11 +0000 Subject: [PATCH] Update actions/checkout action to v6 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ goarch: amd64 ext: "" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 -- tangled.sh