Skip to content

Commit 9d4d89e

Browse files
author
hilaire drouineau
committed
fix github actions
1 parent da28baa commit 9d4d89e

5 files changed

+5
-17
lines changed

.github/workflows/check-standard.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
3535
R_KEEP_PKG_SOURCE: yes
3636

3737
steps:
38-
- name: Checkout code
39-
uses: rohmanngmbh/[email protected]
40-
with:
41-
lfs: true
42-
path: RCaNmodel
38+
- uses: actions/checkout@v3
4339

4440
- uses: r-lib/actions/setup-pandoc@v2
4541

.github/workflows/maven-build-installer-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Set up JDK 17
2222
uses: actions/setup-java@v2
2323
with:

.github/workflows/maven-build-installer-unix.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- name: Checkout code
20-
uses: rohmanngmbh/[email protected]
21-
with:
22-
lfs: true
23-
path: RCaNconstructor
19+
- uses: actions/checkout@v3
2420
- name: Set up JDK 17
2521
uses: actions/setup-java@v2
2622
with:

.github/workflows/maven-build-installer-windows.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ jobs:
2929
pathTarget: ./target/wix
3030
- name: Add Wix to Path
3131
run: echo "$HOME/target/wix" >> $GITHUB_PATH
32-
- name: Checkout code
33-
uses: rohmanngmbh/[email protected]
34-
with:
35-
lfs: true
36-
path: RCaNconstructor
32+
- uses: actions/checkout@v3
3733
- name: Set up JDK 17
3834
uses: actions/setup-java@v2
3935
with:

.github/workflows/maven-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Set up JDK 17
2323
uses: actions/setup-java@v2
2424
with:

0 commit comments

Comments
 (0)