diff options
| author | Scott Larson <[email protected]> | 2020-12-07 14:38:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-07 14:38:48 -0800 |
| commit | 64b4d510bade7b44df7295f9acbd9100f499ff58 (patch) | |
| tree | 2ccad51af0c69a013dd5b983e0c6ee99229cad20 /.github/workflows | |
| parent | 609c75a2e51735fa3ad894e0caef595ab71ba6c9 (diff) | |
Update ci_cortex_m0.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_cortex_m0.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
