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