Skip to content

Commit

Permalink
Bump actions versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Paluch <[email protected]>
  • Loading branch information
mp911de committed Oct 17, 2024
1 parent 76dfa90 commit 5a81865
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:
include:
- os: ubuntu-latest
mvn: ./mvnw
- os: windows-latest
mvn: mvn
- os: macos-latest
mvn: ./mvnw
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.1
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4.4.0
with:
java-version: 8
distribution: temurin
Expand Down

0 comments on commit 5a81865

Please sign in to comment.