There was an error while loading. Please reload this page.
2 parents 6135f8e + 5ac7a12 commit 69474afCopy full SHA for 69474af
1 file changed
.github/workflows/build_workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 21
17
- name: Cache Maven dependencies
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: ~/.m2/repository
21
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -26,4 +26,4 @@ jobs:
26
- name: Upload coverage to Codecov
27
uses: codecov/codecov-action@v5
28
29
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments