diff --git a/.github/workflows/render-specs.yml b/.github/workflows/render-specs.yml index 73d4461..86921db 100644 --- a/.github/workflows/render-specs.yml +++ b/.github/workflows/render-specs.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@v6 # If you're using actions/checkout@v6 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false @@ -25,7 +25,7 @@ jobs: rm -rf node_modules - name: Deploy - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./