Skip to content

Commit 94f723a

Browse files
authored
ci: upgrade github actions (#39)
1 parent dcded41 commit 94f723a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- uses: wagoid/commitlint-github-action@v4
20+
- uses: wagoid/commitlint-github-action@v6
2121
- name: Set up JDK ${{ matrix.java }}
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v4
2323
with:
24+
distribution: corretto
2425
java-version: ${{ matrix.java }}
2526
- run: rm -rf /tmp/*
2627
continue-on-error: true

0 commit comments

Comments
 (0)