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.
1 parent 29eb430 commit 98e229cCopy full SHA for 98e229c
.github/workflows/example_app.yml
@@ -8,7 +8,7 @@ jobs:
8
run:
9
working-directory: ./example
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: subosito/flutter-action@v2
13
with:
14
channel: 'stable'
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
0 commit comments