diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b94b800..a218a1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: python: ["3.9", "3.12"] steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v7 with: