diff --git a/.github/workflows/api-check.yml b/.github/workflows/api-check.yml index 18b7d4ed..c0066353 100644 --- a/.github/workflows/api-check.yml +++ b/.github/workflows/api-check.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 37a03761..1f45bb0f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -27,7 +27,7 @@ jobs: SETUPTOOLS_SCM_NO_LOCAL: "1" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: name: ${{ matrix.os }} - Python ${{ matrix.python_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup python