From 69187d9f4b4672eb23e2906a8bea584e3ef6a270 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:09:07 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/gcp-preview.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gcp-preview.yml b/.github/workflows/gcp-preview.yml index 2d0ca36..14fd49b 100644 --- a/.github/workflows/gcp-preview.yml +++ b/.github/workflows/gcp-preview.yml @@ -16,7 +16,7 @@ jobs: if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 # Setup gcloud CLI - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ea2c0ba..aa330bc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v6 - name: setup env run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5e9512..db3931f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Unshallow run: git fetch --prune --unshallow