File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GitHub action to setup [OpenAF](https://docs.openaf.io).
88
99``` yaml
1010 - name : Setup OpenAF
11- uses : openaf/action-setup@v2.2.0.1.1
11+ uses : openaf/action-setup@v2.2.0
1212
1313 - name : Using OpenAF
1414 run : |
@@ -47,7 +47,7 @@ To cache the OpenAF installation you can use [GitHub Actions caching](https://do
4747 path : /tmp/oaf
4848
4949 - name : Setup OpenAF
50- uses : openaf/action-setup@v2.2.0.1.1.0.0
50+ uses : openaf/action-setup@v2.2.0
5151` ` `
5252
5353### Using a different distribution
@@ -56,7 +56,7 @@ By default the 'stable' OpenAF distribution is used but you can specify a differ
5656
5757` ` ` yaml
5858 - name : Setup OpenAF
59- uses : openaf/action-setup@v2.2.0.1.1.0.0
59+ uses : openaf/action-setup@v2.2.0
6060 with :
6161 dist : nightly
6262
@@ -71,7 +71,7 @@ By default the latest version of the defined (or stable) distribution will be re
7171
7272` ` ` yaml
7373 - name : Setup OpenAF
74- uses : openaf/action-setup@v2.2.0.1.1.0.0
74+ uses : openaf/action-setup@v2.2.0
7575 with :
7676 version : 20241117
7777
@@ -86,7 +86,7 @@ You can also list oPacks to be installed as part of the setup process:
8686
8787` ` ` yaml
8888 - name : Setup OpenAF
89- uses : openaf/action-setup@v2.2.0.1.1.0.0
89+ uses : openaf/action-setup@v2.2.0
9090 with :
9191 opacks : oJob-common,GIST
9292
You can’t perform that action at this time.
0 commit comments