diff --git a/README.md b/README.md index 8d25a20..26ad113 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,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 `v1.0.0`. +For example, install `oras` version `v1.1.0`. ```yaml steps: - uses: oras-project/setup-oras@v1 with: - version: 1.0.0 + version: 1.1.0 - run: oras version ```