Skip to content

Commit dff5ee3

Browse files
committed
💚 Update Flutter and checkout actions
1 parent 7996ad1 commit dff5ee3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
id-token: write # Required for authentication using OIDC
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v3
1717
- name: Install Flutter
18-
- uses: subosito/flutter-action@v2
19-
with:
20-
channel: "stable" # or: 'beta', 'dev', 'master' (or 'main')
21-
run: flutter --version
18+
uses: subosito/flutter-action@v2
2219
- uses: dart-lang/setup-dart@v1
2320
- name: Install dependencies
2421
run: flutter pub get

0 commit comments

Comments
 (0)