diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index 7728532..71e4c56 100644 --- a/.github/workflows/language.yml +++ b/.github/workflows/language.yml @@ -44,12 +44,12 @@ jobs: run: rustup toolchain install nightly --component rustfmt - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12 with: tool: cargo-make - name: Install nextest - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12 with: tool: nextest @@ -90,7 +90,7 @@ jobs: rustflags: '' - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12 with: tool: cargo-make @@ -127,12 +127,12 @@ jobs: rustflags: '' - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12 with: tool: cargo-make - name: Install taplo - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12 with: tool: taplo