Skip to content

Commit

Permalink
Merge branch 'main' into fix-chunker
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome authored Dec 6, 2024
2 parents 2175e2a + 667e9fb commit 211573e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2
- uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2
with:
command: check bans licenses sources

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/careful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: install cargo-careful
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-careful
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-heavy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: install cargo-hack
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-hack
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install cargo-hack
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install cargo-tarpaulin
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-tarpaulin

Expand Down

0 comments on commit 211573e

Please sign in to comment.