diff --git a/.github/workflows/dart.yaml b/.github/workflows/dart.yaml index f39da82..0998e4e 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@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 + - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 - name: Install dependencies run: dart pub get