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 f16b331 commit 1a87c8bCopy full SHA for 1a87c8b
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Lint (rustfmt)
31
run: cargo xfmt --check
32
- name: Install cargo readme
33
- uses: taiki-e/install-action@83961fc0a2afe7f045535b5741d9a6418d7e1168 # v2
+ uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2
34
with:
35
tool: cargo-readme
36
- name: Run cargo readme
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Rust
18
uses: dtolnay/rust-toolchain@stable
19
- name: Install cargo release
20
21
22
tool: cargo-release@0.25.0
23
- uses: taiki-e/create-gh-release-action@56a8b3f8449593aa02b91f7b84da564f476e94f0 # v1
0 commit comments