Skip to content

Commit

Permalink
Update deprecated Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Feb 11, 2024
1 parent 9944893 commit fd7e5e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Expand Up @@ -18,18 +18,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
maven-version: 3.9.6
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
maven-version: 3.9.6
- name: Build with Maven
run: mvn -e --file pom.xml --batch-mode --threads 2.0C verify

Expand Down

0 comments on commit fd7e5e6

Please sign in to comment.