Skip to content

Commit

Permalink
Update automated_tests.yml to use setup-java@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress committed Jun 14, 2024
1 parent cd35a84 commit 9307d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'
Expand All @@ -28,4 +28,4 @@ jobs:
key: ${{ runner.os }}-tronflow-mutect2
- name: Run tests
run: |
make
make

0 comments on commit 9307d25

Please sign in to comment.