Skip to content

Commit ed948fb

Browse files
committed
Bump actions/checkout and subosito/flutter-action versions
1 parent fe69b63 commit ed948fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131

3232
# Make sure the stable version of Flutter is available
33-
- uses: subosito/flutter-action@v1
33+
- uses: subosito/flutter-action@v2
3434
with:
3535
channel: 'stable'
3636

0 commit comments

Comments
 (0)