Skip to content

Commit bd9a7c0

Browse files
committed
Update github actions version
1 parent 935f8fa commit bd9a7c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v6
2121
- name: Set up JDK 1.8
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: 1.8
2525
- name: Build with Maven

0 commit comments

Comments
 (0)