Skip to content

Commit 5aa6978

Browse files
authored
cf cli v8.14.1 (#19)
1 parent 0120f67 commit 5aa6978

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
| `password` | Password for `password` grant type | No | - |
5252
| `skip_ssl_validation` | Skip verification of the API endpoint (not recommended for production) | No | `false` |
5353
| `space` | Cloud Foundry space name to target | No | - |
54-
| `version` | Cloud Foundry CLI version to install | Yes | `8.13.0` |
54+
| `version` | Cloud Foundry CLI version to install | Yes | `8.14.1` |
5555

5656
## Authentication Methods
5757

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ inputs:
4646
version:
4747
description: "cf cli version"
4848
required: true
49-
default: "8.13.0"
49+
default: "8.14.1"
5050
runs:
5151
using: "node20"
5252
main: "dist/index.js"

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-cf",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Github action to setup Cloud Foundry cli",
55
"main": "src/index.ts",
66
"scripts": {
@@ -19,9 +19,9 @@
1919
"jsonwebtoken": "^9.0.2"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.14.0",
22+
"@types/node": "^22.15.34",
2323
"@vercel/ncc": "^0.38.3",
24-
"prettier": "^3.5.3",
24+
"prettier": "^3.6.2",
2525
"typescript": "^5.8.3"
2626
},
2727
"engines": {

0 commit comments

Comments
 (0)