From b717c52fba38c695ee812b1788ea9e60493ee914 Mon Sep 17 00:00:00 2001 From: KevinR Date: Wed, 20 Nov 2024 10:14:19 +0100 Subject: [PATCH] Update default codesys installer version to 2.3.0 --- .github/workflows/setup.yml | 6 ++++-- action.yml | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 0575150..215a589 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -25,6 +25,8 @@ jobs: patch: 1 - generation: 3.5.20.0 patch: 2 + - generation: 3.5.20.0 + patch: 3 runs-on: windows-latest steps: @@ -35,7 +37,7 @@ jobs: id: setup_codesys uses: ./ with: - installer-version: 2.2.2 + installer-version: 2.3.0 auto-update-installer: false generation: ${{ matrix.generation }} architecture: ${{ matrix.architecture }} @@ -69,7 +71,7 @@ jobs: id: setup_codesys uses: ./ with: - installer-version: 2.2.2 + installer-version: 2.3.0 auto-update-installer: true generation: 3.5.20.0 patch: 3 diff --git a/action.yml b/action.yml index ace2737..e26e1fe 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: installer-version: description: "The version of the installer to use to install the CODESYS installation." required: false - default: 2.2.2 + default: 2.3.0 generation: description: > @@ -18,7 +18,7 @@ inputs: Even if you want to install the version `3.5.19.6` you have to define the generation as `3.5.19.0`. The patch version is defined by the `patch` input.' required: false - default: 3.5.19.0 + default: 3.5.20.0 architecture: description: "The installation architecture of CODESYS. Allowed inputs: `32` and `64`." @@ -45,8 +45,8 @@ inputs: 'This can be used to define a custom installation directory. If this input is empty, the installation path is set based on the architecture and installation version. - For example - bit `64`, generation `3.5.19.0` and patch `6`: - `C:\Program Files\CODESYS 3.5.19.6` + For example - bit `64`, generation `3.5.20.0` and patch `3`: + `C:\Program Files\CODESYS 3.5.20.3` For example - bit `32`, generation `3.5.17.0` and patch `2`: `C:\Program Files (x86)\CODESYS 3.5.17.2`'