diff --git a/.github/workflows/continuous.deployment.yml b/.github/workflows/continuous.deployment.yml index 19af8ec..b1b6de0 100644 --- a/.github/workflows/continuous.deployment.yml +++ b/.github/workflows/continuous.deployment.yml @@ -34,7 +34,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY_ACTIONS_ASSISTANT }} - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 with: enablement: "true" token: "${{ steps.generate-app-token.outputs.token }}"