Skip to content

Commit

Permalink
v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 19, 2024
1 parent 435d9b3 commit 5d2ee3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ to a virtual machine of GitHub Actions.
Include this in your workflow:

```yml
- uses: oldes/install-rebol@v3.15.0
- uses: oldes/install-rebol@v3.16.0
```
These inputs are allowed:
- `version` -- an available Rebol release version (for example: `3.15.0`)
_Default:_ empty; installs Rebol version `3.15.0`.
- `version` -- an available Rebol release version (for example: `3.16.0`)
_Default:_ empty; installs Rebol version `3.16.0`.
- `product` -- one of available product build types (`base`, `core` or `bulk`)
_Default:_ empty; installs the `core` version.

Expand All @@ -40,7 +40,7 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v3
- uses: oldes/install-rebol@v3.15.0
- uses: oldes/install-rebol@v3.16.0
- name: Test Rebol
run: ./rebol3 -v
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
version:
description: 'Rebol version to download'
required: true
default: '3.15.0'
default: '3.16.0'
product:
description: 'Rebol product to download (base, core or bulk)'
required: true
Expand Down

0 comments on commit 5d2ee3a

Please sign in to comment.