Skip to content

Commit 4eb2eed

Browse files
committed
updated GitHub actions
1 parent b2926ea commit 4eb2eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
name: JavaSecurity Build
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Configure Java
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
2323
java-version: '21'
2424
cache: 'maven'
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Generate Codecov Report
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)