Skip to content

Commit 04a8709

Browse files
authored
Update run-tests.yml
1 parent 2b9eba0 commit 04a8709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
# Enable caching of Maven dependencies to speed up job execution. See https://github.com/actions/cache
17-
- uses: actions/cache@v1
17+
- uses: actions/cache@v3
1818
with:
1919
path: ~/.m2/repository
2020
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -28,4 +28,4 @@ jobs:
2828

2929
# Execute the Maven verify command to compile, package, test, verify
3030
- name: Build with Maven
31-
run: mvn clean install
31+
run: mvn clean install

0 commit comments

Comments
 (0)