Skip to content

Commit

Permalink
bump setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Jun 11, 2023
1 parent 3727ec6 commit e864cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2
key: "${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}"
restore-keys: |
${{ runner.os }}-maven3-
- name: Configure Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: "17"
- name: "Run Maven"
Expand Down

0 comments on commit e864cf8

Please sign in to comment.