diff --git a/.github/workflows/ce-hygiene.yml b/.github/workflows/ce-hygiene.yml index e75cd351..d9ba7246 100644 --- a/.github/workflows/ce-hygiene.yml +++ b/.github/workflows/ce-hygiene.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 30 continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/ce-mutation.yml b/.github/workflows/ce-mutation.yml index 662b9a42..944be3a4 100644 --- a/.github/workflows/ce-mutation.yml +++ b/.github/workflows/ce-mutation.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 180 continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index 515ffd11..22239d76 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -21,7 +21,7 @@ jobs: name: PR title runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/ci-static-checks.yml b/.github/workflows/ci-static-checks.yml index 073840d1..5ab50a96 100644 --- a/.github/workflows/ci-static-checks.yml +++ b/.github/workflows/ci-static-checks.yml @@ -19,7 +19,7 @@ jobs: name: prek runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/ci-typos.yml b/.github/workflows/ci-typos.yml index ab29ac5b..ba074851 100644 --- a/.github/workflows/ci-typos.yml +++ b/.github/workflows/ci-typos.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false