Skip to content

Commit 3ed7990

Browse files
authored
update versions
1 parent 9ba3634 commit 3ed7990

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
image: amigadev/crosstools:ppc-amigaos
1414
name: build_os4
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: build_os4
1818
id: build_os4
1919
run: |
@@ -30,7 +30,7 @@ jobs:
3030
image: walkero/docker4amigavbcc:latest-m68k
3131
name: build_os3
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- name: buildos3
3535
id: buildos3
3636
run: |
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: "ubuntu-latest"
4848

4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
with:
5252
repository: chris-y/rman
5353
- name: build_rman
@@ -57,11 +57,12 @@ jobs:
5757
with:
5858
name: rman
5959
path: ./rman
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v3
6161
- name: Download rman
6262
uses: actions/download-artifact@v3
6363
with:
6464
name: rman
65+
path: rman
6566
- name: build_guide
6667
id: build_guide
6768
run: |

0 commit comments

Comments
 (0)