From 6632faf70754fb6f505b5798496003fa59723387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:47:45 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f722a2..50a0d01 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: with: go-version: '>= 1.17.8' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Test run: go test ./... docker_edge_release: @@ -25,7 +25,7 @@ jobs: with: go-version: '>= 1.17.2' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Login to GHCR if: github.event_name != 'pull_request' uses: docker/login-action@v1 @@ -52,7 +52,7 @@ jobs: with: go-version: '>= 1.17.2' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Login to GHCR if: github.event_name != 'pull_request' uses: docker/login-action@v1