Skip to content

Commit 2e62c5d

Browse files
[v8](gha): Bump the dependencies group across 1 directory with 3 updates (#3558)
Bumps the dependencies group with 3 updates in the / directory: [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `google-github-actions/setup-gcloud` from 1 to 2 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v1...v2) Updates `golangci/golangci-lint-action` from 6 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v8) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- 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 - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c5f21f commit 2e62c5d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/create-bosh-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }}
9090

9191
- name: Setup gcloud CLI
92-
uses: google-github-actions/setup-gcloud@v1
92+
uses: google-github-actions/setup-gcloud@v2
9393

9494
- name: Save bbl state
9595
run: |

.github/workflows/delete-bosh-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }}
6363

6464
- name: Setup gcloud CLI
65-
uses: google-github-actions/setup-gcloud@v1
65+
uses: google-github-actions/setup-gcloud@v2
6666

6767
- name: Download file from GCS
6868
run: |

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version-file: go.mod
3535
check-latest: true
3636
- name: golangci-lint
37-
uses: golangci/golangci-lint-action@v6
37+
uses: golangci/golangci-lint-action@v8
3838
with:
3939
version: v1.64
4040
args: -v --exclude-dirs cf --exclude-dirs fixtures --exclude-dirs plugin --exclude-dirs command/plugin

.github/workflows/release-build-sign-upload.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ jobs:
770770
uses: actions/checkout@v4
771771

772772
- name: Download signed artifacts
773-
uses: actions/download-artifact@v4
773+
uses: actions/download-artifact@v5
774774
with:
775775
path: signed # download all artifacts to 'signed/'
776776

@@ -889,7 +889,7 @@ jobs:
889889
steps:
890890

891891
- name: Download Signed Linux Packages
892-
uses: actions/download-artifact@v4
892+
uses: actions/download-artifact@v5
893893
with:
894894
name: cf-cli-linux-rpm-packages
895895

@@ -916,7 +916,7 @@ jobs:
916916
steps:
917917

918918
- name: Download Signed Linux Packages
919-
uses: actions/download-artifact@v4
919+
uses: actions/download-artifact@v5
920920
with:
921921
name: cf-cli-linux-deb-packages
922922

@@ -944,7 +944,7 @@ jobs:
944944
steps:
945945

946946
- name: Download Signed macOS Packages
947-
uses: actions/download-artifact@v4
947+
uses: actions/download-artifact@v5
948948
with:
949949
name: cf-cli-macos-packages
950950

@@ -968,7 +968,7 @@ jobs:
968968
steps:
969969

970970
- name: Download Signed Windows Binaries
971-
uses: actions/download-artifact@v4
971+
uses: actions/download-artifact@v5
972972
with:
973973
name: cf-cli-windows-binaries
974974

@@ -978,7 +978,7 @@ jobs:
978978
Get-AuthenticodeSignature -Verbose -ErrorAction Stop .\cf-cli_winx64.exe
979979
980980
- name: Download Signed Windows Binaries
981-
uses: actions/download-artifact@v4
981+
uses: actions/download-artifact@v5
982982
with:
983983
name: cf-cli-windows-packages
984984

@@ -1008,7 +1008,7 @@ jobs:
10081008
- s3-upload
10091009
steps:
10101010
- name: Download signed artifacts
1011-
uses: actions/download-artifact@v4
1011+
uses: actions/download-artifact@v5
10121012
with:
10131013
name: final-artifacts
10141014
path: ${{ env.ARTIFACTS_DIR }}

.github/workflows/tests-integration-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }}
7979

8080
- name: Setup gcloud CLI
81-
uses: google-github-actions/setup-gcloud@v1
81+
uses: google-github-actions/setup-gcloud@v2
8282

8383
- name: Download file from GCS
8484
run: |

0 commit comments

Comments
 (0)