diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb2788..d9b210d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node: ["20", "22"] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false