From a2cbad1162804360c999740a00a31e075ea24e0b Mon Sep 17 00:00:00 2001 From: TheSomeMan Date: Thu, 9 Jan 2025 18:56:03 +0700 Subject: [PATCH] Update GitHub Actions - update ruby from v3.3 to v3.0 --- .github/workflows/ceedling.yml | 4 ++-- .github/workflows/sonar-scan.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ceedling.yml b/.github/workflows/ceedling.yml index 011c8a5..f9b8dc4 100644 --- a/.github/workflows/ceedling.yml +++ b/.github/workflows/ceedling.yml @@ -22,10 +22,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - - name: Set up Ruby 3.3 + - name: Set up Ruby 3.0 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.0' # Runs a single command using the runners shell - name: Install Ceedling diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 9d249a6..7aa4c0b 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -44,10 +44,10 @@ jobs: - name: Compile project run: build-wrapper-linux-x86-64 --out-dir bw-output make sonar - - name: Set up Ruby 3.3 + - name: Set up Ruby 3.0 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.0' # Runs a single command using the runners shell - name: Install Ceedling and GCovr