diff --git a/.github/workflows/render-specs.yml b/.github/workflows/render-specs.yml index 8527083..62500b8 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