diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dee30c8..0d1e60d 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@v4.4.0 + uses: actions/setup-python@v4.5.0 with: python-version: "${{ env.PYTHON_VERSION }}" architecture: "x64"