From 125a92e4667c421a7c4fd1dec89a74ee4779ad1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:40:06 +0000 Subject: [PATCH 1/2] update files --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb12865..05d0c7f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GitHub action to setup [OpenAF](https://docs.openaf.io). ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v1.2 + uses: openaf/action-setup@v2.0.0.2 - name: Using OpenAF run : | @@ -47,7 +47,7 @@ To cache the OpenAF installation you can use [GitHub Actions caching](https://do path: /tmp/oaf - name: Setup OpenAF - uses: openaf/action-setup@v1.2 + uses: openaf/action-setup@v2.0.0.2 ``` ### Using a different distribution @@ -56,7 +56,7 @@ By default the 'stable' OpenAF distribution is used but you can specify a differ ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v1.2 + uses: openaf/action-setup@v2.0.0.2 with: dist: nightly @@ -71,7 +71,7 @@ By default the latest version of the defined (or stable) distribution will be re ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v1.2 + uses: openaf/action-setup@v2.0.0.2 with: version: 20241117 @@ -86,7 +86,7 @@ You can also list oPacks to be installed as part of the setup process: ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v1.2 + uses: openaf/action-setup@v2.0.0.2 with: opacks: oJob-common,GIST From d2d1f60ef932d8d510e0c35b761eac2cbb449213 Mon Sep 17 00:00:00 2001 From: Nuno Aguiar Date: Sat, 11 Jan 2025 22:42:46 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05d0c7f..411a496 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GitHub action to setup [OpenAF](https://docs.openaf.io). ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v2.0.0.2 + uses: openaf/action-setup@v2.0.0 - name: Using OpenAF run : | @@ -47,7 +47,7 @@ To cache the OpenAF installation you can use [GitHub Actions caching](https://do path: /tmp/oaf - name: Setup OpenAF - uses: openaf/action-setup@v2.0.0.2 + uses: openaf/action-setup@v2.0.0 ``` ### Using a different distribution @@ -56,7 +56,7 @@ By default the 'stable' OpenAF distribution is used but you can specify a differ ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v2.0.0.2 + uses: openaf/action-setup@v2.0.0 with: dist: nightly @@ -71,7 +71,7 @@ By default the latest version of the defined (or stable) distribution will be re ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v2.0.0.2 + uses: openaf/action-setup@v2.0.0 with: version: 20241117 @@ -86,7 +86,7 @@ You can also list oPacks to be installed as part of the setup process: ```yaml - name: Setup OpenAF - uses: openaf/action-setup@v2.0.0.2 + uses: openaf/action-setup@v2.0.0 with: opacks: oJob-common,GIST