diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d673bc67..0e5d29f1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -26,7 +26,7 @@ jobs: package: ['cli', 'cli_client', 'client', 'db', 'protocol', 'server', 'types'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -83,7 +83,7 @@ jobs: # package: ['ui'] # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - uses: subosito/flutter-action@v2