From 04417e9d62f855a60031f649d5895989f67e4367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:40:01 +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 20ab1ac..db0bdac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: with: go-version: '1.24' - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Test run: go test ./... release: @@ -25,7 +25,7 @@ jobs: with: go-version: '1.24' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Login to GHCR uses: docker/login-action@v3 with: