Skip to content

Commit

Permalink
fix: Update actions (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojousima authored Mar 18, 2023
1 parent 31df1af commit 6a52aa5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 54 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ceedling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

# Runs a single command using the runners shell
- name: Install Ceedling
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/pvs-check.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
- name: Compile project
run: build-wrapper-linux-x86-64 --out-dir bw-output make sonar

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

# Runs a single command using the runners shell
- name: Install Ceedling and GCovr
Expand Down

0 comments on commit 6a52aa5

Please sign in to comment.