From 346f1cbc21fff16dedca0f9a9702420deaffcf24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:39:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..c2553da 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@v6 - 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@v6 - 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@v6 - name: Login to GHCR if: github.event_name != 'pull_request' uses: docker/login-action@v1