From 14e2bc18399ba962d0aee77c99ab0b44f20e2dfd Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 14 Mar 2024 18:47:43 +0000 Subject: [PATCH] fix usage of install-action --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7850081b..7ee5b1e26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,9 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: taiki-e/install-action@cargo-cross + - uses: taiki-e/install-action@v2 + with: + tool: cargo-cross - name: Install protobuf (Apt) run: sudo apt-get update && sudo apt-get install -y protobuf-compiler