diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35f0821..a807fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo readme - uses: taiki-e/install-action@575f713d0233afba556737a7b85080563be14186 # v2 + uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c9f76a..b1cb90d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@575f713d0233afba556737a7b85080563be14186 # v2 + uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1