Skip to content

Commit 646e300

Browse files
committed
Update github workflow actions
1 parent dc577ed commit 646e300

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
@@ -16,14 +16,14 @@ jobs:
1616
os: [ubuntu-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up Java
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: ${{ matrix.java_version }}
2424
distribution: 'zulu'
2525
- name: Maven cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: maven-cache
2929
with:

0 commit comments

Comments
 (0)