diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index 7728532..4dcf1d4 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@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 with: tool: cargo-make - name: Install nextest - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 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@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 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@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 with: tool: cargo-make - name: Install taplo - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 with: tool: taplo