Skip to content

Commit 46df371

Browse files
committed
Update build.yml
1 parent f2b6f4f commit 46df371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
os: [ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Java
2222
uses: actions/setup-java@v2
2323
with:
2424
java-version: ${{ matrix.java_version }}
2525
distribution: 'zulu'
2626
- name: Maven cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
env:
2929
cache-name: maven-cache
3030
with:

0 commit comments

Comments
 (0)