diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 950cca3..e9435f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11.x' - name: Install dependencies