diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b93a660..27525f90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: node: ["20", "22"] name: Node ${{ matrix.node }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 + with: + persist-credentials: false - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }}