From 62fd30d57f859d5b8e9b560a531f458d2b3701f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Tue, 23 Sep 2025 14:00:47 +0200 Subject: [PATCH] ci: Bump Oasis CLI to 0.16.0 --- .github/workflows/release-rofl.yml | 2 +- .github/workflows/verify-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-rofl.yml b/.github/workflows/release-rofl.yml index 9bb01e8b..de4ba688 100644 --- a/.github/workflows/release-rofl.yml +++ b/.github/workflows/release-rofl.yml @@ -22,7 +22,7 @@ jobs: # TODO: Move this to dedicated GitHub Action for CLI install. - name: Install Oasis CLI env: - CLI_VERSION: 0.15.5 + CLI_VERSION: 0.16.0 run: | mkdir -p /tmp/oasis-cli cd /tmp/oasis-cli diff --git a/.github/workflows/verify-docker-image.yml b/.github/workflows/verify-docker-image.yml index a5d7a0d9..6f26829b 100644 --- a/.github/workflows/verify-docker-image.yml +++ b/.github/workflows/verify-docker-image.yml @@ -19,7 +19,7 @@ jobs: # TODO: Move this to dedicated GitHub Action for CLI install. - name: Install Oasis CLI env: - CLI_VERSION: 0.15.2 + CLI_VERSION: 0.16.0 run: | mkdir -p /tmp/oasis-cli cd /tmp/oasis-cli