diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e32c0db87..d5ff42323 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python 3.x - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Check DCO @@ -96,7 +96,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Install dependencies