diff options
Diffstat (limited to '.github/workflows/coverage_tests.yml')
| -rw-r--r-- | .github/workflows/coverage_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage_tests.yml b/.github/workflows/coverage_tests.yml index 89b671b3cb..d572860cee 100644 --- a/.github/workflows/coverage_tests.yml +++ b/.github/workflows/coverage_tests.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false |
