Skip to content

Commit 925c8cc

Browse files
committed
Review: update GitHub actions.
1 parent 74dd072 commit 925c8cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/spring-batch-neo4j.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout source code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Set up JDK 17
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
18+
distribution: 'temurin'
1819
java-version: 17
1920
- name: Build with Maven
2021
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)