Skip to content

Commit

Permalink
Amended workflow v3->v4
Browse files Browse the repository at this point in the history
  • Loading branch information
simphotonics committed Oct 31, 2024
1 parent 547c381 commit 88d4ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 88d4ea1

Please sign in to comment.