Skip to content

Commit

Permalink
Merge branch 'master' into fix-fist-to-first
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbkc authored Sep 4, 2024
2 parents cd14e87 + cfae737 commit c964294
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
toolchain: ${{ matrix.version }}

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.42.18
uses: taiki-e/install-action@v2.42.37
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack & cargo-minimal-versions
uses: taiki-e/install-action@v2.42.18
uses: taiki-e/install-action@v2.42.37
with:
tool: cargo-hack,cargo-minimal-versions

Expand All @@ -138,7 +138,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.42.18
uses: taiki-e/install-action@v2.42.37
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
toolchain: nightly

- name: Install just
uses: taiki-e/install-action@v2.42.18
uses: taiki-e/install-action@v2.42.37
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
toolchain: nightly-2023-10-10

- name: Install just
uses: taiki-e/install-action@v2.42.18
uses: taiki-e/install-action@v2.42.37
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo '<meta http-equiv="refresh" content="0;url=actix_server/index.html">' > target/doc/index.html

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.3
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: target/doc
single-commit: true

0 comments on commit c964294

Please sign in to comment.