Skip to content

Commit

Permalink
Updated ci pipeline versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylart committed Apr 17, 2024
1 parent eeffb7e commit a07266a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
submodules: "true"

- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
Expand All @@ -36,7 +36,7 @@ jobs:
with:
submodules: "true"

- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup dist files
run: |
Expand Down

0 comments on commit a07266a

Please sign in to comment.