diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index be4a98c..208ddb1 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -69,8 +69,8 @@ jobs: steps: - name: 🎛 Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: 🚀 Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file