From 607cf5a5f555619f33e2b3fe8dcf9808a4aa81df Mon Sep 17 00:00:00 2001 From: Oldes Huhuman Date: Tue, 21 May 2024 12:21:30 +0200 Subject: [PATCH] v3.17.0 --- README.md | 8 ++++---- action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9acca1..d2c469a 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ to a virtual machine of GitHub Actions. Include this in your workflow: ```yml - - uses: oldes/install-rebol@v3.16.0 + - uses: oldes/install-rebol@v3.17.0 ``` These inputs are allowed: - - `version` -- an available Rebol release version (for example: `3.16.0`) - _Default:_ empty; installs Rebol version `3.16.0`. + - `version` -- an available Rebol release version (for example: `3.17.0`) + _Default:_ empty; installs Rebol version `3.17.0`. - `product` -- one of available product build types (`base`, `core` or `bulk`) _Default:_ empty; installs the `core` version. @@ -40,7 +40,7 @@ jobs: os: ["ubuntu-latest", "windows-latest", "macos-latest"] steps: - uses: actions/checkout@v3 - - uses: oldes/install-rebol@v3.16.0 + - uses: oldes/install-rebol@v3.17.0 - name: Test Rebol run: ./rebol3 -v shell: bash diff --git a/action.yml b/action.yml index 3dc962d..3a31368 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: version: description: 'Rebol version to download' required: true - default: '3.16.0' + default: '3.17.0' product: description: 'Rebol product to download (base, core or bulk)' required: true