Skip to content

Commit d6968c2

Browse files
[main](gha): Bump the dependencies group across 1 directory with 3 updates (cloudfoundry#3557)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b383a5 commit d6968c2

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version-file: go.mod
3535
- name: golangci-lint
36-
uses: golangci/golangci-lint-action@v6
36+
uses: golangci/golangci-lint-action@v8
3737
with:
3838
version: v1.64
3939
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
@@ -771,7 +771,7 @@ jobs:
771771
uses: actions/checkout@v4
772772

773773
- name: Download signed artifacts
774-
uses: actions/download-artifact@v4
774+
uses: actions/download-artifact@v5
775775
with:
776776
path: signed # download all artifacts to 'signed/'
777777

@@ -894,7 +894,7 @@ jobs:
894894
steps:
895895

896896
- name: Download Signed Linux Packages
897-
uses: actions/download-artifact@v4
897+
uses: actions/download-artifact@v5
898898
with:
899899
name: cf-cli-linux-rpm-packages
900900

@@ -921,7 +921,7 @@ jobs:
921921
steps:
922922

923923
- name: Download Signed Linux Packages
924-
uses: actions/download-artifact@v4
924+
uses: actions/download-artifact@v5
925925
with:
926926
name: cf-cli-linux-deb-packages
927927

@@ -949,7 +949,7 @@ jobs:
949949
steps:
950950

951951
- name: Download Signed macOS Packages
952-
uses: actions/download-artifact@v4
952+
uses: actions/download-artifact@v5
953953
with:
954954
name: cf-cli-macos-packages
955955

@@ -973,7 +973,7 @@ jobs:
973973
steps:
974974

975975
- name: Download Signed Windows Binaries
976-
uses: actions/download-artifact@v4
976+
uses: actions/download-artifact@v5
977977
with:
978978
name: cf-cli-windows-binaries
979979

@@ -983,7 +983,7 @@ jobs:
983983
Get-AuthenticodeSignature -Verbose -ErrorAction Stop .\cf-cli_winx64.exe
984984
985985
- name: Download Signed Windows Binaries
986-
uses: actions/download-artifact@v4
986+
uses: actions/download-artifact@v5
987987
with:
988988
name: cf-cli-windows-packages
989989

@@ -1013,7 +1013,7 @@ jobs:
10131013
- s3-upload
10141014
steps:
10151015
- name: Download signed artifacts
1016-
uses: actions/download-artifact@v4
1016+
uses: actions/download-artifact@v5
10171017
with:
10181018
name: final-artifacts
10191019
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)