Skip to content

Commit 3b48a4d

Browse files
committed
Update GitHub Action Workflow
Signed-off-by: Manoel Campos <[email protected]>
1 parent f8ace4a commit 3b48a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/deploy.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Set up Maven Central Repository
1212
uses: actions/setup-java@v3
1313
with:

β€Ž.github/workflows/maven.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK 17
1616
uses: actions/setup-java@v3
1717
with:

0 commit comments

Comments
Β (0)