diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1bc8da..3c9fb299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: name: Tests (${{ matrix.desc }}) steps: - name: Check out sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Git Clean @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Git Clean