diff --git a/.github/workflows/ci-editors.yml b/.github/workflows/ci-editors.yml index f9b19b0f..84e65ebd 100644 --- a/.github/workflows/ci-editors.yml +++ b/.github/workflows/ci-editors.yml @@ -35,7 +35,7 @@ jobs: - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src/editors/zed - - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 + - uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2 with: tool: cargo-llvm-cov - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 44669589..8d02585f 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -33,10 +33,10 @@ jobs: toolchain: stable components: llvm-tools-preview - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 + - uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2 with: tool: cargo-llvm-cov - - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 + - uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2 with: tool: nextest - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 68e67038..defafc5a 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 - name: Verify production website shell: bash env: