Skip to content

Commit a143c84

Browse files
committed
Update workflow actions
1 parent 50bbe78 commit a143c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up JDK 17
1313
uses: actions/setup-java@v2
1414
with:
1515
java-version: '17'
1616
distribution: 'temurin'
1717

1818
- name: Cache Gradle packages
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3
2020
with:
2121
path: |
2222
~/.gradle/caches
@@ -29,4 +29,4 @@ jobs:
2929
run: ./gradlew check jacoco assemble
3030

3131
- name: Codecov
32-
uses: codecov/codecov-action@v1
32+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)