Skip to content

Commit 5a5c220

Browse files
committed
Update README.md
1 parent 6d75d03 commit 5a5c220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual
88

99
```yml
1010
- name: Configure IBM Cloud CLI
11-
uses: dprosper/ic-setup-cli@v0.1.1
11+
uses: dprosper/ic-setup-cli@v0.1.2
1212
with:
1313
API_KEY: ${{ secrets.API_KEY }}
1414
INSTALL_PLUGINS: code-engine,container-service
@@ -33,7 +33,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual
3333

3434
## Versioning
3535

36-
For this action you can lock the version to use by specifying it like this: `dprosper/ic-setup-cli@v0.1.1`.
36+
For this action you can lock the version to use by specifying it like this: `dprosper/ic-setup-cli@v0.1.2`.
3737

3838
This action will always install the latest versions of the CLI and selected plug-ins. If you really need to, you can control the version of a plug-in used by specifing a specific version like this: `code-engine@v1.28.0`.
3939

0 commit comments

Comments
 (0)