Skip to content

Commit

Permalink
v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 7, 2023
1 parent 35500bc commit b64eb1c
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.12.0
- uses: oldes/install-rebol@v3.13.0
```
These inputs are allowed:
- `version` -- an available Rebol release version (for example: `3.12.0`)
_Default:_ empty; installs Rebol version `3.12.0`.
- `version` -- an available Rebol release version (for example: `3.13.0`)
_Default:_ empty; installs Rebol version `3.13.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.12.0
- uses: oldes/install-rebol@v3.13.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.12.0'
default: '3.13.0'
product:
description: 'Rebol product to download (base, core or bulk)'
required: true
Expand Down

0 comments on commit b64eb1c

Please sign in to comment.