Skip to content

Commit

Permalink
Merge pull request #13 from lets-mica/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
ChunMengLu committed Jun 18, 2024
2 parents f4d9bfd + 88e5289 commit 03f340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
java: [ '17' ]
name: Java ${{ matrix.Java }} build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 03f340f

Please sign in to comment.