diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0de540f..147b087 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout ${{ github.repository }} uses: actions/checkout@v6.0.1 - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true