Skip to content

Commit

Permalink
Update action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jan 23, 2024
1 parent 68b07a5 commit cbc837e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
java: [ 8, 9.0.x, 10, 11.0.x, 12, 13 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Java version ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: /home/runner/.m2/
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit cbc837e

Please sign in to comment.