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