Skip to content

Commit de503cc

Browse files
committedJun 30, 2024·
Update to latest github actions
1 parent 7b0aa98 commit de503cc

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
@@ -20,9 +20,9 @@ jobs:
2020
- java: 17
2121
experimental: true
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up JDK ${{ matrix.java }}
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: ${{ matrix.java }}
2828
distribution: 'temurin'

0 commit comments

Comments
 (0)
Please sign in to comment.