diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e30a1..b75601b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: sudo apt-get install wget build-essential - name: Set up Python 3.9 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" cache: "pip"