From 64b4d510bade7b44df7295f9acbd9100f499ff58 Mon Sep 17 00:00:00 2001 From: Scott Larson Date: Mon, 7 Dec 2020 14:38:48 -0800 Subject: [PATCH] Update ci_cortex_m0.yml --- .github/workflows/ci_cortex_m0.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cortex_m0.yml b/.github/workflows/ci_cortex_m0.yml index 71f8a4f8..1789b6df 100644 --- a/.github/workflows/ci_cortex_m0.yml +++ b/.github/workflows/ci_cortex_m0.yml @@ -48,7 +48,7 @@ jobs: # Get Ninja into the environment - name: Install ninja-build - uses: seanmiddleditch/gha-setup-ninja@v1 + uses: seanmiddleditch/gha-setup-ninja@v3 # Prepare the build system - name: Prepare build system