Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update actions/setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent c7f88b2 commit e77a2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jdk }}
- run: rm replicate/src/test/scala/replicate/ReplicateSpec.scala
Expand All @@ -33,7 +33,7 @@ jobs:
with:
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
- name: Assemble programs
Expand Down

0 comments on commit e77a2eb

Please sign in to comment.