Skip to content

Commit 962e8fd

Browse files
committed
Release v1.0.0
Signed-off-by: Jason Frey <[email protected]>
1 parent 432efc6 commit 962e8fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up ibmcloud CLI
21-
uses: IBM/actions-ibmcloud-cli@v0.1.0
21+
uses: IBM/actions-ibmcloud-cli@v1
2222
with:
2323
api_key: ${{ secrets.IBMCLOUD_API_KEY }}
2424
region: us-south
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171
- name: Set up ibmcloud CLI
7272
id: ibmcloud
73-
uses: IBM/actions-ibmcloud-cli@v0.1.0
73+
uses: IBM/actions-ibmcloud-cli@v1
7474
- run: ibmcloud --version
7575
# => ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
7676
- run: echo The version installed is ${{ steps.ibmcloud.outputs.version }}

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": "actions-ibmcloud-cli",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Install and configure the IBM Cloud CLI for working with IBM Cloud",
55
"author": "IBM Authors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)