mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Use correct version of checkout. (#1123)
The pinned version of the checkout was incorrect.
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@5f87f43226edfc1a08fc4c0d26875fa13e3540c4
|
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb
|
||||||
- uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189
|
- uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|||||||
Reference in New Issue
Block a user