diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c37f59e04..febc1c097 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -70,4 +70,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action + uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action