diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7061d15e..59451db2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: dtolnay/rust-toolchain@46511b1c83438f0dd37c02d843619ece5a4abb5b # 1.97.1 - - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2.85.0 + - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 with: tool: cargo-audit - name: RustSec audit @@ -86,7 +86,7 @@ jobs: components: llvm-tools-preview - name: Install Linux audio and input development libraries run: sudo apt-get update && sudo apt-get install -y libasound2-dev libudev-dev libxkbcommon-dev - - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2.85.0 + - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 with: tool: cargo-llvm-cov # The gpu and audio crates plus the app event loop are integration-tested on