Skip to content

Commit 7702448

Browse files
committed
update workflows
1 parent 3dbc692 commit 7702448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Build Application
1010
steps:
1111
- name: Checkout Code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Setup for JDK 17
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
1717
distribution: temurin
1818
java-version: 17

0 commit comments

Comments
 (0)