From 80f81d60871cb5024f26e8c3c6a215e84cd3e5ed Mon Sep 17 00:00:00 2001 From: John Ryan Date: Thu, 9 Nov 2023 11:57:31 -0800 Subject: [PATCH] Attempt to fix action config --- .github/workflows/dart_services.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart_services.yml b/.github/workflows/dart_services.yml index fd041036c..2e9ba8d77 100644 --- a/.github/workflows/dart_services.yml +++ b/.github/workflows/dart_services.yml @@ -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 @@ -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