Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarrimar committed Sep 18, 2023
1 parent 54a5eac commit 8dc0d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11.0.4
distribution: 'zulu'
java-version: '11'
java-package: jdk

- name: Install Nextflow
run: curl -fsSL get.nextflow.io | bash && mv nextflow /usr/local/bin
Expand Down

0 comments on commit 8dc0d4c

Please sign in to comment.