recently we saw ``` - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + persist-credentials: false ``` so a lot of our actions are probably out of date - and also - when we don't need to use our credentials later, we should not persist them.
recently we saw
so a lot of our actions are probably out of date - and also - when we don't need to use our credentials later, we should not persist them.