Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
| `password` | Password for `password` grant type | No | - |
| `skip_ssl_validation` | Skip verification of the API endpoint (not recommended for production) | No | `false` |
| `space` | Cloud Foundry space name to target | No | - |
| `version` | Cloud Foundry CLI version to install | Yes | `8.12.0` |
| `version` | Cloud Foundry CLI version to install | Yes | `8.13.0` |

## Authentication Methods

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
version:
description: "cf cli version"
required: true
default: "8.12.0"
default: "8.13.0"
runs:
using: "node20"
main: "dist/index.js"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-cf",
"version": "2.0.1",
"version": "2.0.2",
"description": "Github action to setup Cloud Foundry cli",
"main": "src/index.ts",
"scripts": {
Expand Down
Loading