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:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@5f87f43226edfc1a08fc4c0d26875fa13e3540c4
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
|
|||||||
Reference in New Issue
Block a user