diff options
| author | Scott Larson <[email protected]> | 2020-12-09 10:57:26 -0800 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-12-09 10:57:26 -0800 |
| commit | 69287b8bb4bad981c7200c6ba7381ede961a3511 (patch) | |
| tree | a8e811123b6c5f5a71f4ac21d55c095f6dcb7714 | |
| parent | 1777796996808b608765f6aff9e61d8987cd6e77 (diff) | |
update workflows
| -rw-r--r-- | .github/workflows/ci_cortex_m3.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/ci_cortex_m4.yml | 6 | ||||
| -rw-r--r-- | .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/[email protected] + - name: Install cmake 3.19.1 + uses: lukka/[email protected] # 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/[email protected] + - name: Install cmake 3.19.1 + uses: lukka/[email protected] # 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/[email protected] + - name: Install cmake 3.19.1 + uses: lukka/[email protected] # 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 |
