diff --git a/.github/workflows/official-docker-images.yml b/.github/workflows/official-docker-images.yml index 44d4d0d..b7fab27 100644 --- a/.github/workflows/official-docker-images.yml +++ b/.github/workflows/official-docker-images.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Fetch all history for all tags and branches with: fetch-depth: 0 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c7f55ed..0ee59e2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build docker images run: | diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2b8e2b6..8a2f55f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -120,7 +120,7 @@ jobs: python -m pytest {package}/test steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 name: Install Python