diff --git a/.github/workflows/pod-install-for-dependabot.yaml b/.github/workflows/pod-install-for-dependabot.yaml index 4add32ef..cedada67 100644 --- a/.github/workflows/pod-install-for-dependabot.yaml +++ b/.github/workflows/pod-install-for-dependabot.yaml @@ -40,7 +40,7 @@ jobs: - name: Parse Flutter version if: env.directory_exists == 'true' id: fvm - uses: kuhnroyal/flutter-fvm-config-action@v2 + uses: kuhnroyal/flutter-fvm-config-action@v3 - name: Install Flutter if: env.directory_exists == 'true'