diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cea2c..2bb7fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.10", "3.11", "3.12"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -30,7 +30,7 @@ jobs: privacy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Reject common private artifacts shell: bash run: |