Skip to content

Commit

Permalink
Merge pull request #390 from PavlidisLab/update-ci-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
arteymix authored Sep 7, 2023
2 parents a978653 + 2fc180b commit 9a47805
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4.0.0
with:
lfs: true
- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.12.0
with:
java-version: 1.8
distribution: temurin
java-version: '8'
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v3.8.1
with:
node-version: 16
- name: Test code with Maven
Expand Down

0 comments on commit 9a47805

Please sign in to comment.