diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864c7cb..70a9349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.9' architecture: 'x64'