diff --git a/.github/workflows/lint_ci.yaml b/.github/workflows/lint_ci.yaml index b6327bf..07573b5 100644 --- a/.github/workflows/lint_ci.yaml +++ b/.github/workflows/lint_ci.yaml @@ -13,7 +13,7 @@ jobs: name: CI Workflows runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false