Skip to content

Commit

Permalink
refactor: 更新Actions版本
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhao-java committed May 27, 2024
1 parent 6998920 commit 006edfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Setup JDK11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'adopt-hotspot'
java-version: 11
Expand Down

0 comments on commit 006edfd

Please sign in to comment.