Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff committed Apr 10, 2024
1 parent 4bd9a76 commit 4b0ef6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 11
- name: Build with Maven
Expand Down

0 comments on commit 4b0ef6f

Please sign in to comment.