Skip to content

Commit

Permalink
Merge branch 'main' into bump_core_610
Browse files Browse the repository at this point in the history
  • Loading branch information
So-Fras authored Dec 8, 2023
2 parents e03e8ea + f124fe5 commit 06e9f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2.3.4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 17

- name: Build with Maven
Expand Down

0 comments on commit 06e9f42

Please sign in to comment.