Skip to content

Commit

Permalink
- upgrade github actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Apr 23, 2023
1 parent 1847428 commit 4a2415e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 20
uses: actions/setup-java@v1
with:
java-version: 20
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4a2415e

Please sign in to comment.