diff --git a/.github/workflows/deploy-example.yaml b/.github/workflows/deploy-example.yaml index 50ea9cb..92b568d 100644 --- a/.github/workflows/deploy-example.yaml +++ b/.github/workflows/deploy-example.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Flutter uses: subosito/flutter-action@v2