Skip to content

Commit a029cff

Browse files
committed
Update GitHub Action Workflow
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent f127165 commit a029cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
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)