diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abab5c2..9162318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: python-version: ["3.10", "3.14"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -52,7 +52,7 @@ jobs: - name: Upload test coverage data to Codecov if: ${{ matrix.python-version == '3.14' }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml