From d6e55aff392a80eb5617afe5d6bca79be2640443 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 22 Mar 2023 01:45:32 +0100 Subject: [PATCH] Update the test to use 0.4.0 (#24) --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40dcbc9..1c68e7e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,8 +37,8 @@ jobs: - name: Build & Test run: npm run test - test_v0_3_3: - name: Test version 0.3.3 + test_v0_4_0: + name: Test version 0.4.0 runs-on: ${{ matrix.os }} strategy: matrix: @@ -63,7 +63,7 @@ jobs: - name: Run sccache-cache uses: ./ with: - version: "v0.3.3" + version: "v0.4.0" - name: Run sccache for check shell: bash