diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bab807..17e7e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4.2.2 - - uses: actions/setup-python@v5.2.0 + - uses: actions/setup-python@v5.6.0 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified