diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8eb9778..f6aa5f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: # Checkout repository - uses: actions/checkout@v4 # Setup Dart SDK with JWT token - - uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d + - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # Minimal package setup and dry run checks. - name: Install dependencies run: dart pub get