From 0d8e4c0924ac83b2da0493118d046aff951f62f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:05:11 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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 ca504e4..ee3b2be 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: with: go-version: '>= 1.26' - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test run: go test ./... release: @@ -25,7 +25,7 @@ jobs: with: go-version: '>= 1.26' - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: