Skip to content

Commit 1e43148

Browse files
chore(actions-update): Update github-actions
1 parent 7c5ab78 commit 1e43148

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: ~/.m2
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
mvn verify javadoc:javadoc jacoco:report -Pcoverage -B -V
3232
- name: Upload coverage report to Codecov
33-
uses: codecov/codecov-action@v1
33+
uses: codecov/codecov-action@v5
3434
with:
3535
file: ./**/target/site/jacoco/jacoco.xml
3636
name: codecov

0 commit comments

Comments
 (0)