Skip to content

Commit

Permalink
Update GitHub Actions - update ruby from v3.3 to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Jan 9, 2025
1 parent d3e4194 commit a2cbad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ceedling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2cbad1

Please sign in to comment.