diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c42d211..126d38b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }}