Skip to content

Commit

Permalink
Merge pull request #14 from friederbluemle/update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle authored Dec 17, 2023
2 parents b72f085 + 8c37201 commit b7df280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
matrix:
java: ['8', '11']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit b7df280

Please sign in to comment.