From 88d4ea1511a8377a04d31a83717d67220bbdde43 Mon Sep 17 00:00:00 2001 From: simphotonics Date: Thu, 31 Oct 2024 14:24:06 +0000 Subject: [PATCH] Amended workflow v3->v4 --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index a94ae3d..39a9a32 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -49,7 +49,7 @@ jobs: # Run benchmarks - name: Run benchmarks - run: dart run benchmark_runner + run: dart run benchmark_runner report # Run example - name: Run example