Pin checkout version. (#1121)

We are updating a single version to test the theory that when we are
mixing versions and hashes the update is calculated once and reused
across all the files causing the hashes to be replaced with versions.
pull/1117/head
godofredoc 2 years ago committed by GitHub
parent 8989d45674
commit 5b7d2b3b6d
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@v2
- uses: actions/checkout@5f87f43226edfc1a08fc4c0d26875fa13e3540c4
- uses: actions/setup-java@v1
with:
java-version: '12.x'

Loading…
Cancel
Save