diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26bc845..2ff5d8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow @@ -54,7 +54,7 @@ jobs: needs: [test] name: Build Python packages steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow