Skip to content

Commit

Permalink
update checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yizshi committed Nov 15, 2023
1 parent 79f6116 commit e57d259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java: [8, 11, 17]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit e57d259

Please sign in to comment.