mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +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:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@5f87f43226edfc1a08fc4c0d26875fa13e3540c4
|
||||
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb
|
||||
- uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
|
||||
Reference in New Issue
Block a user