Skip to content

Commit

Permalink
Update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Sep 14, 2023
1 parent 9f56667 commit 9368290
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
java-version: 17,
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.12.0
with:
java-version: ${{ matrix.java.java-version }}
distribution: 'temurin'
- name: "Build with Maven"
run: |
mvn clean install

0 comments on commit 9368290

Please sign in to comment.