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