diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 9a8f3aa45..232a09698 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -34,7 +34,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-codspeed @@ -71,7 +71,7 @@ jobs: persist-credentials: false - name: "Install codspeed" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-codspeed @@ -112,7 +112,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-codspeed diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 1dc2d5281..d428ba312 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -151,7 +151,7 @@ jobs: with: persist-credentials: false - name: "Install cargo shear" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-shear - run: cargo shear diff --git a/.github/workflows/test-windows-trampolines.yml b/.github/workflows/test-windows-trampolines.yml index 20029f1da..7d7f535c1 100644 --- a/.github/workflows/test-windows-trampolines.yml +++ b/.github/workflows/test-windows-trampolines.yml @@ -58,7 +58,7 @@ jobs: rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc - name: "Install cargo-bloat" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-bloat diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc076da46..ee57ae6f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: run: gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar' - name: "Install cargo nextest" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-nextest @@ -105,7 +105,7 @@ jobs: run: uv python install - name: "Install cargo nextest" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-nextest @@ -162,7 +162,7 @@ jobs: run: rustup show - name: "Install cargo nextest" - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: cargo-nextest