From 487d32cdfc4f5691db9735d0988bc64700f5678f Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Thu, 24 Oct 2024 16:35:44 +0000 Subject: [PATCH] gha: bump faasm version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6f8c9b..f3212d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -141,7 +141,7 @@ jobs: shell: bash env: FAASM_INI_FILE: ./faasm.ini - FAASM_VERSION: 0.27.0 + FAASM_VERSION: 0.28.0 FAASM_WASM_VM: ${{ matrix.faasm_wasm_vm }} steps: - uses: csegarragonz/set-compose-version-action@main