diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc11a33..785444d 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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2 + uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e09a0a9..702b2fe 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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2 + uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1