diff --git a/.github/workflows/bump-n-release.yml b/.github/workflows/bump-n-release.yml index 542d01f..7da6d11 100644 --- a/.github/workflows/bump-n-release.yml +++ b/.github/workflows/bump-n-release.yml @@ -50,7 +50,7 @@ jobs: - run: rustup update --no-self-update - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install git-cliff and nushell run: cargo binstall -y git-cliff nu@${NU_SHELL_VERSION} env: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a3bad55..ad24a1c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: enable-cache: true - uses: actions/setup-node@v6 @@ -34,7 +34,7 @@ jobs: cache: yarn - run: yarn install - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install nur run: cargo binstall -y nur - run: nur docs build @@ -53,7 +53,7 @@ jobs: - name: Setup Rust run: rustup update --no-self-update - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install nur run: cargo binstall -y nur - name: Cache deps diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 0505a10..bb3185d 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -94,7 +94,7 @@ jobs: with: version: 0.14.1 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 if: ${{ contains(matrix.settings.target, 'musl') }} - name: Install cargo-zigbuild run: cargo binstall -y cargo-zigbuild @@ -133,7 +133,7 @@ jobs: persist-credentials: false - name: Build id: build - uses: cross-platform-actions/action@492b0c80085400348c599edace11141a4ee73524 # v0.32.0 + uses: cross-platform-actions/action@233156312992f3f169d8d0c633c21d12a5d30455 # v1.0.0 env: DEBUG: napi:* RUSTUP_IO_THREADS: 1 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c910c48..8d514b9 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,7 +20,7 @@ jobs: id: python-setup with: python-version: 3.x - - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: enable-cache: true - name: Cache pre-commit environments @@ -47,7 +47,7 @@ jobs: ~/.cargo/git/db/ key: cargo-lint-${{ hashFiles('**/*.rs') }} - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install nur run: cargo binstall -y nur env: @@ -102,7 +102,7 @@ jobs: echo "title=${pr_title}" >> "${GITHUB_OUTPUT}" - run: rustup update --no-self-update - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install committed run: cargo binstall -y committed env: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 17cd06c..c2e6bde 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -52,7 +52,7 @@ jobs: with: python-version: 3.x - name: Build wheels - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -85,7 +85,7 @@ jobs: with: python-version: 3.x - name: Build wheels - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -115,7 +115,7 @@ jobs: python-version: 3.x architecture: ${{ matrix.platform.target }} - name: Build wheels - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -143,7 +143,7 @@ jobs: with: python-version: 3.x - name: Build wheels - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -164,7 +164,7 @@ jobs: with: python-version: 3.x - name: Build sdist - uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: command: sdist args: --out dist @@ -188,6 +188,6 @@ jobs: path: dist merge-multiple: true - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: skip-existing: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b8146ca..0320424 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Rust run: rustup update --no-self-update - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@0b24824336e2b3800b0f89d9e08b2c08bfa3dcdd # v1.17.9 + uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 - name: Install cargo-llvm-cov, cargo-nextest, and nur env: GITHUB_TOKEN: ${{ github.token }}