Skip to content

Commit 45fe968

Browse files
Merge branch 'v8' into add-droplet-lifecycle-information-v8
2 parents da6ddfb + 8da618e commit 45fe968

12 files changed

+60
-60
lines changed

.github/workflows/check-cves.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Check out codebase
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Scan current project
1616
id: scan

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
sudo apt install -y build-essential unzip wamerican
4747

4848
- name: Checkout bosh-bootloader
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
repository: cloudfoundry/bosh-bootloader
5252
path: bosh-bootloader
5353

5454
- name: Checkout cli
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
path: cli
5858

@@ -97,14 +97,14 @@ jobs:
9797
gsutil -m cp -R -P ./$env_name gs://cf-cli-bosh-lites/
9898
9999
- name: Checkout cf-deployment
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101
with:
102102
repository: cloudfoundry/cf-deployment
103103
ref: release-candidate
104104
path: cf-deployment
105105

106106
- name: Checkout bosh-deployment
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108
with:
109109
repository: cloudfoundry/bosh-deployment
110110
path: bosh-deployment

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
sudo apt install -y build-essential unzip wamerican
4747

4848
- name: Checkout cli
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
path: cli
5252

5353
- name: Checkout bosh-bootloader
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
repository: cloudfoundry/bosh-bootloader
5757
path: bosh-bootloader

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: lint
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: '0'
2929
- name: Set up Go 1.x
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: '0'
4747
- name: Set Up Go

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout cli
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575

7676
- name: Bump version
7777
id: bump-version
@@ -127,10 +127,10 @@ jobs:
127127
run: echo "VERSION_BUILD $VERSION_BUILD"
128128

129129
- name: Checkout cli
130-
uses: actions/checkout@v5
130+
uses: actions/checkout@v6
131131

132132
- name: Checkout cli-ci
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
with:
135135
repository: cloudfoundry/cli-ci.git
136136
path: cli-ci
@@ -396,17 +396,17 @@ jobs:
396396
run: echo "VERSION_BUILD $VERSION_BUILD"
397397

398398
- name: Checkout cli
399-
uses: actions/checkout@v5
399+
uses: actions/checkout@v6
400400

401401
- name: Checkout cli-ci
402-
uses: actions/checkout@v5
402+
uses: actions/checkout@v6
403403
with:
404404
repository: cloudfoundry/cli-ci.git
405405
path: cli-ci
406406
ref: main
407407

408408
- name: Checkout bomutils
409-
uses: actions/checkout@v5
409+
uses: actions/checkout@v6
410410
with:
411411
repository: hogliux/bomutils.git
412412
ref: 0.2
@@ -624,7 +624,7 @@ jobs:
624624
VERSION_MAJOR: ${{ needs.setup.outputs.version-major }}
625625
steps:
626626
- name: Checkout
627-
uses: actions/checkout@v5
627+
uses: actions/checkout@v6
628628
with:
629629
fetch-depth: 0
630630
- name: Set up Go
@@ -767,7 +767,7 @@ jobs:
767767
steps:
768768

769769
- name: Checkout cli
770-
uses: actions/checkout@v5
770+
uses: actions/checkout@v6
771771

772772
- name: Download signed artifacts
773773
uses: actions/download-artifact@v6
@@ -1014,7 +1014,7 @@ jobs:
10141014
path: ${{ env.ARTIFACTS_DIR }}
10151015

10161016
- name: Checkout CLI
1017-
uses: actions/checkout@v5
1017+
uses: actions/checkout@v6
10181018
with:
10191019
path: ${{ env.REPO_DIR }}
10201020

@@ -1054,7 +1054,7 @@ jobs:
10541054
VERSION_BUILD: ${{ needs.setup.outputs.version-build }}
10551055
steps:
10561056
- name: Checkout CLAW
1057-
uses: actions/checkout@v5
1057+
uses: actions/checkout@v6
10581058
with:
10591059
repository: cloudfoundry/CLAW
10601060
ref: master

.github/workflows/release-update-repos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "claw-url=https://packages.cloudfoundry.org" >> "${GITHUB_OUTPUT}"
3131

3232
- name: Checkout cli
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Parse semver
3636
id: parse-semver
@@ -71,14 +71,14 @@ jobs:
7171
steps:
7272

7373
- name: Checkout cli-ci
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
repository: cloudfoundry/cli-ci.git
7777
ref: main
7878
path: cli-ci
7979

8080
- name: Checkout homebrew-tap
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
repository: cloudfoundry/homebrew-tap
8484
ref: master
@@ -246,7 +246,7 @@ jobs:
246246
echo "VERSION_BUILD: ${VERSION_BUILD}"
247247
248248
- name: Checkout
249-
uses: actions/checkout@v5
249+
uses: actions/checkout@v6
250250

251251
- uses: ruby/setup-ruby@v1
252252
with:
@@ -485,7 +485,7 @@ jobs:
485485
echo "VERSION_BUILD: ${VERSION_BUILD}"
486486
487487
- name: Checkout
488-
uses: actions/checkout@v5
488+
uses: actions/checkout@v6
489489

490490
- name: Calculate Checksums
491491
run: |
@@ -586,7 +586,7 @@ jobs:
586586
echo "Environment: ${ENVIRONMENT}"
587587
588588
- name: Checkout
589-
uses: actions/checkout@v5
589+
uses: actions/checkout@v6
590590
with:
591591
repository: cloudfoundry/cli
592592
ref: ${{ github.ref_name }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout cli
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
ref: ${{inputs.gitRef}}
3838
fetch-depth: 0
3939
path: cli
4040

4141
- name: Checkout CF deployment tasks
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
repository: cloudfoundry/cf-deployment-concourse-tasks
4545
path: cf-deployment-concourse-tasks

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- get-sha
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
ref: ${{needs.get-sha.outputs.gitRef}}
6262
fetch-depth: 0

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout Repository
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Setup Go Environment
5151
uses: actions/setup-go@v6

.github/workflows/util-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)