Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
blast_repo fixes
Browse files Browse the repository at this point in the history
github-actions
  • Loading branch information
kevmoo committed Apr 9, 2024
1 parent d03fd9b commit f600139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sdk: [dev]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
- uses: dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand All @@ -50,7 +50,7 @@ jobs:
sdk: [2.19.0, dev]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
- uses: dart-lang/setup-dart@65c82982aa686933bf10d50aced7a27b2b63f2a6
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand Down

0 comments on commit f600139

Please sign in to comment.