From 61e54952ae93b77d9a554af9aa7a14599aa598b2 Mon Sep 17 00:00:00 2001 From: ponderingdemocritus Date: Fri, 24 Nov 2023 14:55:15 +0100 Subject: [PATCH] bump version in CI --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bbbb7d7..994cfbc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Origami CI on: [push, pull_request] env: - DOJO_VERSION: v0.3.10 + DOJO_VERSION: v0.3.12 SCARB_VERSION: v2.3.1 jobs: @@ -41,7 +41,6 @@ jobs: run: sozo test -f origami shell: bash - market: needs: [check, build] runs-on: ubuntu-latest @@ -62,4 +61,4 @@ jobs: - uses: ./.github/actions/setup - name: Test run: sozo test -f projectile - shell: bash \ No newline at end of file + shell: bash