diff --git a/.github/workflows/dart.yaml b/.github/workflows/dart.yaml index be4fe15..f3335e4 100644 --- a/.github/workflows/dart.yaml +++ b/.github/workflows/dart.yaml @@ -20,7 +20,7 @@ jobs: # These are the latest versions of the github actions; dependabot will # send PRs to keep these up-to-date. - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f + - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 - name: Install dependencies run: dart pub get