Skip to content

Commit

Permalink
update checkout action to v4 and downgrade Maven to match the GH prov…
Browse files Browse the repository at this point in the history
…ided version
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent 8319598 commit 1db30dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<version>8</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.9.5</version>
<version>3.8.8</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 1db30dd

Please sign in to comment.