diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e00a2b602..1d81aaa62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "${{ env.PYTHON_VERSION }}" architecture: "x64"