瀏覽代碼

chore(deps): bump subosito/flutter-action from 1 to 2 (#1394)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1 to 2.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 年之前
父節點
當前提交
cc749858cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test_mobile.yml

+ 1 - 1
.github/workflows/test_mobile.yml

@@ -26,7 +26,7 @@ jobs:
         if: steps.android-sdk.outputs.cache-hit != 'true'
         uses: android-actions/setup-android@v2
       - name: Setup Flutter SDK
-        uses: subosito/flutter-action@v1
+        uses: subosito/flutter-action@v2
         with:
           channel: 'stable'
       - name: Run integration tests