Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: rustfmt, clippy

Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- name: Security audit (cargo-audit)
uses: rustsec/audit-check@v2.0.0
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: ${{ inputs.tag }}

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
targets: ${{ matrix.target }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coreutils-args-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fetch-depth: 0

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: rustfmt

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

- name: Upload drift patch
if: steps.diff.outputs.drifted == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coreutils-drift-patch
path: ${{ runner.temp }}/coreutils-drift.patch
Expand All @@ -229,7 +229,7 @@ jobs:
persist-credentials: false

- name: Download drift patch
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: coreutils-drift-patch
path: ${{ runner.temp }}/coreutils-drift
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: llvm-tools-preview

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: llvm-tools-preview

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: llvm-tools-preview

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cache-dependency-path: crates/bashkit-js/package-lock.json

- name: Install Rust
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0
with:
targets: ${{ matrix.settings.target }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- name: Verify version matches tag
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- name: Wait for crates.io index update
run: sleep 30
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: astral-sh/setup-uv@v7

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

- uses: Swatinem/rust-cache@v2

Expand Down
Loading