diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e8c3cfb..b79c3ca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,12 +58,12 @@ jobs: targets: "${{ matrix.target }}" - name: Install cross-compilation tools - uses: taiki-e/setup-cross-toolchain-action@bdeb9ca6f0f909ea36bb94e1e3ec916b2ceb35fc # v1.26.0 + uses: taiki-e/setup-cross-toolchain-action@1b7a78f3a5d6480ee3fff55b679f60bc2fb2286e # v1.27.0 with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2.47.12 + uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18 with: tool: cargo-llvm-cov @@ -108,7 +108,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 - name: Build Docker image - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: . file: ./vtn.Dockerfile @@ -132,7 +132,7 @@ jobs: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2.47.12 + uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18 with: tool: cargo-udeps @@ -197,7 +197,7 @@ jobs: if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2.47.12 + uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18 with: tool: cargo-zigbuild if: ${{matrix.use_zig}}