Skip to content
Closed
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 @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v7

- name: Install cargo-deny
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-deny

Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-nextest

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-nextest

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-nextest

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.37.0
with:
languages: rust
# Reproducible Rust analysis: use the same MSRV as the rest of
Expand All @@ -44,6 +44,6 @@ jobs:
run: cargo build --workspace --all-targets

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.37.0
with:
category: "/language:rust"
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
- uses: actions/labeler@v6.2.0
with:
configuration-path: .github/labeler.yml
sync-labels: true
2 changes: 1 addition & 1 deletion .github/workflows/parity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross (for musl targets)
if: contains(matrix.target, 'musl')
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.83.2
with:
tool: cross
- name: Install musl tools (x86_64)
Expand Down
Loading