From 465913eb2c91998c99ae9222e47f8e9f9a88a546 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 6 Apr 2023 20:04:59 +0200 Subject: [PATCH] ci: use version tag of `install-openvino-action` (#6168) In #6089, I accidentally left in a change that pegged the `install-openvino-action` to a commit instead of the latest released version. This change uses the latest released version. (Run all CI actions: prtest:full) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f92bf62013..a8c2907179 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -478,7 +478,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust - run: rustup target add wasm32-wasi - - uses: abrown/install-openvino-action@50a2ab733ef4b504dd7de3ac45c36eae7f9bc228 + - uses: abrown/install-openvino-action@v6 with: version: 2022.3.0 apt: true