Skip to content

[v8](gha): Bump the dependencies group across 1 directory with 3 updates #3558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ jobs:
uses: actions/checkout@v4

- name: Download signed artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: signed # download all artifacts to 'signed/'

Expand Down Expand Up @@ -889,7 +889,7 @@ jobs:
steps:

- name: Download Signed Linux Packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: cf-cli-linux-rpm-packages

Expand All @@ -916,7 +916,7 @@ jobs:
steps:

- name: Download Signed Linux Packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: cf-cli-linux-deb-packages

Expand Down Expand Up @@ -944,7 +944,7 @@ jobs:
steps:

- name: Download Signed macOS Packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: cf-cli-macos-packages

Expand All @@ -968,7 +968,7 @@ jobs:
steps:

- name: Download Signed Windows Binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: cf-cli-windows-binaries

Expand All @@ -978,7 +978,7 @@ jobs:
Get-AuthenticodeSignature -Verbose -ErrorAction Stop .\cf-cli_winx64.exe

- name: Download Signed Windows Binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: cf-cli-windows-packages

Expand Down Expand Up @@ -1008,7 +1008,7 @@ jobs:
- s3-upload
steps:
- name: Download signed artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: final-artifacts
path: ${{ env.ARTIFACTS_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading