Skip to content

Commit

Permalink
ci: upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo committed Apr 4, 2024
1 parent c7533ef commit 4ed7953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: ${{ matrix.java }}
- run: rm -rf /tmp/*
continue-on-error: true
Expand Down

0 comments on commit 4ed7953

Please sign in to comment.