Skip to content

Commit 7532e09

Browse files
authored
Update README.md
1 parent fd27c98 commit 7532e09

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## v1
44

5-
### What's new
6-
75
- migration to support node24.js
86

97
## v0
@@ -24,8 +22,8 @@ See [action.yml](action.yml)
2422
Basic use for DOS target:
2523
```yaml
2624
steps:
27-
- uses: actions/checkout@v2
28-
- uses: open-watcom/setup-watcom@v0
25+
- uses: actions/checkout@v6
26+
- uses: open-watcom/setup-watcom@v1
2927
with:
3028
version: "2.0"
3129
target: "dos"
@@ -36,8 +34,8 @@ steps:
3634
or for use with CMake
3735
```yaml
3836
steps:
39-
- uses: actions/checkout@v2
40-
- uses: open-watcom/setup-watcom@v0
37+
- uses: actions/checkout@v6
38+
- uses: open-watcom/setup-watcom@v1
4139
with:
4240
version: "2.0"
4341
target: "dos"

0 commit comments

Comments
 (0)