We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fef93 commit 0e60266Copy full SHA for 0e60266
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
target/
146
key: ${{ runner.os }}-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('Cargo.toml') }}-${{ hashFiles('Cargo.lock') }}
147
- name: install cargo-tarpaulin
148
- uses: taiki-e/install-action@3dc0bf887971817c6565ede5175dd4809d18f471
+ uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12
149
with:
150
tool: cargo-tarpaulin
151
checksum: true
0 commit comments