1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

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.
This commit is contained in:
godofredoc
2022-04-20 22:17:06 -07:00
committed by GitHub
parent 8989d45674
commit 5b7d2b3b6d

View File

@@ -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'