Use correct version of checkout. (#1123)

The pinned version of the checkout was incorrect.
pull/1126/head
godofredoc 2 years ago committed by GitHub
parent f861b7c4fc
commit 1b38c63dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@5f87f43226edfc1a08fc4c0d26875fa13e3540c4
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb
- uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189
with:
distribution: 'zulu'

Loading…
Cancel
Save