From 6b6f0bb840c4d4e81de925a53ab40fbb61d8fc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:43:09 +0000 Subject: [PATCH] [v8](gha): Bump the dependencies group across 1 directory with 2 updates --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/create-bosh-lite.yml | 2 +- .github/workflows/delete-bosh-lite.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/tests-integration-reusable.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-bosh-lite.yml b/.github/workflows/create-bosh-lite.yml index 7e74e3164f2..cd28908c061 100644 --- a/.github/workflows/create-bosh-lite.yml +++ b/.github/workflows/create-bosh-lite.yml @@ -89,7 +89,7 @@ jobs: credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }} - name: Setup gcloud CLI - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 - name: Save bbl state run: | diff --git a/.github/workflows/delete-bosh-lite.yml b/.github/workflows/delete-bosh-lite.yml index 4a469507ed1..b67c4ce0ec6 100644 --- a/.github/workflows/delete-bosh-lite.yml +++ b/.github/workflows/delete-bosh-lite.yml @@ -62,7 +62,7 @@ jobs: credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }} - name: Setup gcloud CLI - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 - name: Download file from GCS run: | diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 71b59e592c1..e1e425a5f0f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -34,7 +34,7 @@ jobs: go-version-file: go.mod check-latest: true - name: golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: version: v1.64 args: -v --exclude-dirs cf --exclude-dirs fixtures --exclude-dirs plugin --exclude-dirs command/plugin diff --git a/.github/workflows/tests-integration-reusable.yml b/.github/workflows/tests-integration-reusable.yml index 2bd34671971..04916aceabe 100644 --- a/.github/workflows/tests-integration-reusable.yml +++ b/.github/workflows/tests-integration-reusable.yml @@ -78,7 +78,7 @@ jobs: credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }} - name: Setup gcloud CLI - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 - name: Download file from GCS run: |