Skip to content

Commit 69474af

Browse files
authored
Merge branch 'main' into dependabot/maven/org.jetbrains.dokka-dokka-maven-plugin-2.1.0
2 parents 6135f8e + 5ac7a12 commit 69474af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 21
1717
- name: Cache Maven dependencies
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -26,4 +26,4 @@ jobs:
2626
- name: Upload coverage to Codecov
2727
uses: codecov/codecov-action@v5
2828
with:
29-
token: ${{ secrets.CODECOV_TOKEN }}
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)