Skip to content

Commit

Permalink
Merge pull request #393 from sullis/checkout-action-v2
Browse files Browse the repository at this point in the history
GitHub Actions checkout v2
  • Loading branch information
lukehutch authored Dec 22, 2019
2 parents 487400a + 971a92e commit 75a07b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 75a07b8

Please sign in to comment.