From 69287b8bb4bad981c7200c6ba7381ede961a3511 Mon Sep 17 00:00:00 2001 From: Scott Larson Date: Wed, 9 Dec 2020 10:57:26 -0800 Subject: [PATCH] update workflows --- .github/workflows/ci_cortex_m3.yml | 6 +++--- .github/workflows/ci_cortex_m4.yml | 6 +++--- .github/workflows/ci_cortex_m7.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_cortex_m3.yml b/.github/workflows/ci_cortex_m3.yml index 07e8beb0..179c19b3 100644 --- a/.github/workflows/ci_cortex_m3.yml +++ b/.github/workflows/ci_cortex_m3.yml @@ -43,12 +43,12 @@ jobs: directory: $HOME/arm-none-eabi-gcc-9-2019-q4 # Get CMake into the environment - - name: Install cmake 3.17.1 - uses: lukka/get-cmake@v3.17.1 + - name: Install cmake 3.19.1 + uses: lukka/get-cmake@v3.19.1 # 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 diff --git a/.github/workflows/ci_cortex_m4.yml b/.github/workflows/ci_cortex_m4.yml index 143f5486..b2ba8a9d 100644 --- a/.github/workflows/ci_cortex_m4.yml +++ b/.github/workflows/ci_cortex_m4.yml @@ -43,12 +43,12 @@ jobs: directory: $HOME/arm-none-eabi-gcc-9-2019-q4 # Get CMake into the environment - - name: Install cmake 3.17.1 - uses: lukka/get-cmake@v3.17.1 + - name: Install cmake 3.19.1 + uses: lukka/get-cmake@v3.19.1 # 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 diff --git a/.github/workflows/ci_cortex_m7.yml b/.github/workflows/ci_cortex_m7.yml index afbb076a..7492b697 100644 --- a/.github/workflows/ci_cortex_m7.yml +++ b/.github/workflows/ci_cortex_m7.yml @@ -43,12 +43,12 @@ jobs: directory: $HOME/arm-none-eabi-gcc-9-2019-q4 # Get CMake into the environment - - name: Install cmake 3.17.1 - uses: lukka/get-cmake@v3.17.1 + - name: Install cmake 3.19.1 + uses: lukka/get-cmake@v3.19.1 # 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