Skip to content

Commit

Permalink
Merge pull request #5 from anthochamp/renovate/dart-lang-setup-dart-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dart-lang/setup-dart action to v1.7.0
  • Loading branch information
anthochamp authored Dec 9, 2024
2 parents 669c5a8 + 9e4a380 commit 774ffb9
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@v4
- uses: dart-lang/setup-dart@v1.6.5
- uses: dart-lang/setup-dart@v1.7.0

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

steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1.6.5
- uses: dart-lang/setup-dart@v1.7.0

- id: install
run: dart pub get
Expand Down

0 comments on commit 774ffb9

Please sign in to comment.