Skip to content

Commit

Permalink
bump!: update default version to 1.0.0 (#6)
Browse files Browse the repository at this point in the history
The PR updates the default to-be-setup version from 0.16.0 to 1.0.0.

Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Mar 21, 2023
1 parent e21bf98 commit c90396b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
version:
- 0.15.1
- 0.16.0
- 1.0.0
fail-fast: true
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ steps:
Install a specific version of the `oras` CLI by specifying the input `version` without the prefix `v`.
Supported versions can be found at [`oras` releases](https://github.com/oras-project/oras/releases).

For example, install `oras` version `v0.16.0`.
For example, install `oras` version `v1.0.0`.

```yaml
steps:
- uses: oras-project/setup-oras@main
with:
version: 0.16.0
version: 1.0.0
- run: oras version
```

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
version:
description: Version of ORAS CLI to install
required: false
default: 0.16.0
default: 1.0.0
runs:
using: node16
main: dist/index.js

0 comments on commit c90396b

Please sign in to comment.