We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd27c98 commit 7532e09Copy full SHA for 7532e09
1 file changed
README.md
@@ -2,8 +2,6 @@
2
3
## v1
4
5
-### What's new
6
-
7
- migration to support node24.js
8
9
## v0
@@ -24,8 +22,8 @@ See [action.yml](action.yml)
24
22
Basic use for DOS target:
25
23
```yaml
26
steps:
27
-- uses: actions/checkout@v2
28
-- uses: open-watcom/setup-watcom@v0
+- uses: actions/checkout@v6
+- uses: open-watcom/setup-watcom@v1
29
with:
30
version: "2.0"
31
target: "dos"
@@ -36,8 +34,8 @@ steps:
36
34
or for use with CMake
37
35
38
39
40
41
42
43
0 commit comments