diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aade6ca..86241ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: with: distribution: "temurin" java-version: "11" - - uses: actions/configure-pages@v2 + - uses: actions/configure-pages@v3 id: configure - name: cache flutter uses: actions/cache@v3