From b11ecc824c85e1fcc10e3b3026f9d838f6ffa6f1 Mon Sep 17 00:00:00 2001 From: Oldes Date: Sun, 12 Feb 2023 22:52:08 +0100 Subject: [PATCH] v3.10.3 --- README.md | 8 ++++---- action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f1f292c..73dc8a0 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.10.2 + - uses: oldes/install-rebol@v3.10.3 ``` These inputs are allowed: - - `version` -- an available Rebol release version (for example: `3.10.2`) - _Default:_ empty; installs Rebol version `3.10.2`. + - `version` -- an available Rebol release version (for example: `3.10.3`) + _Default:_ empty; installs Rebol version `3.10.3`. - `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@v2 - - uses: oldes/install-rebol@v3.10.2 + - uses: oldes/install-rebol@v3.10.3 - name: Test Rebol run: ./rebol3 -v shell: bash diff --git a/action.yml b/action.yml index 0a17ab5..66e85bd 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: version: description: 'Rebol version to download' required: true - default: '3.10.2' + default: '3.10.3' product: description: 'Rebol product to download (base, core or bulk)' required: true