Skip to content

Commit 98e229c

Browse files
committed
chore(action): Update github action
1 parent 29eb430 commit 98e229c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run:
99
working-directory: ./example
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: subosito/flutter-action@v2
1313
with:
1414
channel: 'stable'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
# The branch or tag ref that triggered the workflow will be checked out.
99
# https://github.com/actions/checkout
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
# Setup a flutter environment.
1212
# https://github.com/marketplace/actions/flutter-action
1313
- uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)