Skip to content

Commit

Permalink
Merge pull request #665 from OpenPoolProject/renovate/taiki-e-install…
Browse files Browse the repository at this point in the history
…-action-digest

chore(deps): update taiki-e/install-action digest to bee85d7
  • Loading branch information
kilpatty authored Jan 26, 2024
2 parents 2588f70 + 3452e0c commit 7fbfb10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: cargo-hack
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: nextest
- uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: cargo-hack
- run:
Expand All @@ -101,10 +101,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: cargo-hack
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: cargo-minimal-versions
- run: cargo fmt --all --check
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
with:
toolchain: nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@a41a131e836620cd4e3a3b524317b537925e2d2d
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
with:
tool: nextest
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
Expand Down

0 comments on commit 7fbfb10

Please sign in to comment.