From 36dfc9b737d6b365b6afa8a770c8d85cb82d440c Mon Sep 17 00:00:00 2001 From: jdfiguer Date: Wed, 27 Mar 2024 10:12:31 -0400 Subject: [PATCH] Test node20, adds space --- .github/workflows/build-cfs-rtems4.11.yml | 6 +++--- .github/workflows/build-cfs-rtems5.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-cfs-rtems4.11.yml b/.github/workflows/build-cfs-rtems4.11.yml index 90abf7b2d..83383e504 100644 --- a/.github/workflows/build-cfs-rtems4.11.yml +++ b/.github/workflows/build-cfs-rtems4.11.yml @@ -1,4 +1,4 @@ -name: Build and Test rtems 4.11 [OMIT_DEPRECATED=true] +name: Build and Test rtems 4.11 [OMIT_DEPRECATED=true] # Run every time a new commit pushed or for pull requests on: @@ -51,7 +51,7 @@ jobs: steps: # Check out the cfs bundle - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true @@ -92,7 +92,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true diff --git a/.github/workflows/build-cfs-rtems5.yml b/.github/workflows/build-cfs-rtems5.yml index 5cd725771..7fd22531d 100644 --- a/.github/workflows/build-cfs-rtems5.yml +++ b/.github/workflows/build-cfs-rtems5.yml @@ -51,7 +51,7 @@ jobs: steps: # Check out the cfs bundle - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true @@ -92,7 +92,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true