Skip to content

Commit

Permalink
Update dart-lang/setup-dart action to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grenadine-renovate-bot committed Aug 20, 2024
1 parent 196cd78 commit 32526ca
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 @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.5.0
- uses: dart-lang/setup-dart@v1.6.5

- id: install
run: dart pub get
Expand All @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.5.0
- uses: dart-lang/setup-dart@v1.6.5

- id: install
run: dart pub get
Expand Down

0 comments on commit 32526ca

Please sign in to comment.