Skip to content

Commit

Permalink
update build workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-morich committed Oct 2, 2023
1 parent b06118b commit 9c30dc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.17
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 9c30dc5

Please sign in to comment.