Skip to content

Commit 7ba41a8

Browse files
authored
cf cli v8.13.0 (#16)
1 parent 20ab010 commit 7ba41a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.12.0` |
54+
| `version` | Cloud Foundry CLI version to install | Yes | `8.13.0` |
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.12.0"
49+
default: "8.13.0"
5050
runs:
5151
using: "node20"
5252
main: "dist/index.js"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-cf",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Github action to setup Cloud Foundry cli",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)