diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index dcce44ef..49a933e1 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -64,7 +64,7 @@ jobs: - name: Trigger mintlify workflow (Push to main or Pull Request) if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'staging') - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ secrets.DOCS_WORKFLOW_TOKEN }} script: | @@ -77,7 +77,7 @@ jobs: - name: Trigger mintlify workflow (Release) if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'production') - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ secrets.DOCS_WORKFLOW_TOKEN }} script: | diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ba5d1b70..3d30519f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -46,7 +46,7 @@ jobs: version: "latest" - name: Build wheels and run tests - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: cp${{ matrix.python-version }}-${{ matrix.os-platform[1] }} CIBW_BUILD_FRONTEND: build[uv] diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f40bfa5c..2ab68b43 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -32,7 +32,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: cp${{ matrix.python-version }}-${{ matrix.os-platform[1] }} CIBW_ENABLE: cpython-prerelease @@ -81,4 +81,4 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e + - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 8ad67e8d..dbf16eac 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -33,7 +33,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: cp${{ matrix.python-version }}-${{ matrix.os-platform[1] }} CIBW_ENABLE: cpython-prerelease @@ -79,6 +79,6 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e + - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b with: repository-url: https://test.pypi.org/legacy/ \ No newline at end of file