diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2781c0a4..989996b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install tox @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install tox @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 # required for setuptools_scm - name: Build wheels - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64" CIBW_SKIP: "cp314*" diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b6e10c41..78743a04 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9' - name: Install