We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
subosito/flutter-action
1 parent fe69b63 commit ed948fbCopy full SHA for ed948fb
.github/workflows/google_api_availability.yaml
@@ -27,10 +27,10 @@ jobs:
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
31
32
# Make sure the stable version of Flutter is available
33
- - uses: subosito/flutter-action@v1
+ - uses: subosito/flutter-action@v2
34
with:
35
channel: 'stable'
36
0 commit comments