Skip to content

Commit 28ad3a6

Browse files
committed
fix(actions): update dependencies
1 parent b299a0f commit 28ad3a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v1
14+
uses: actions/setup-java@v4
1515
with:
16+
distribution: temurin
1617
java-version: 17
18+
cache: maven
1719
- name: Cache Maven packages
18-
uses: actions/cache@v2
20+
uses: actions/cache@v5
1921
with:
2022
path: ~/.m2
2123
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)