Skip to content

Commit 6177b3b

Browse files
committed
ci: Update GitHub checkout action
Signed-off-by: Manoel Campos <[email protected]>
1 parent e08f2c1 commit 6177b3b

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
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
name: Java 17 Build
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Setup Java
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: 'adopt'
1818
java-version: 17
1919
cache: 'maven'
2020
- name: Maven Build
21-
run: mvn -B package
21+
run: mvn -B package

0 commit comments

Comments
 (0)