Skip to content

Commit

Permalink
Attempt to fix action config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Nov 9, 2023
1 parent 3af50b3 commit 80f81d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
matrix:
sdk: [stable, beta, main]
steps:
- uses: actions/checkout
- uses: subosito/flutter-action
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@aa6d9b984461fff0e0e0673f96483607df98db84
- name: Install dependencies
run: sudo apt-get install -y protobuf-compiler redis
- name: Install dependencies
Expand All @@ -52,8 +52,8 @@ jobs:
run:
working-directory: pkgs/dart_services/
steps:
- uses: actions/checkout
- uses: subosito/flutter-action
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@aa6d9b984461fff0e0e0673f96483607df98db84
- run: sudo apt-get install -y protobuf-compiler redis
- run: dart pub get
- name: Download the Flutter SDK
Expand Down

0 comments on commit 80f81d6

Please sign in to comment.