Skip to content

Commit

Permalink
Removed references to ruby from github actions (#12849)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Jan 24, 2025
1 parent 3bf4df0 commit 46067b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 79 deletions.
20 changes: 0 additions & 20 deletions .github/actions/build-downstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@ runs:
with:
fetch-depth: 0

- name: Set up Ruby
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
with:
ruby-version: '3.1'

- name: Cache Bundler gems
uses: actions/cache@v3
with:
path: mmv1/vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install Ruby dependencies
shell: bash
run: |
bundle config path mmv1/vendor/bundle
bundle install
working-directory: mmv1

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,6 @@ jobs:
with:
fetch-depth: 0

- name: Set up Ruby
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
with:
ruby-version: '3.1'

- name: Cache Bundler gems
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: mmv1/vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install Ruby dependencies
run: |
bundle config path mmv1/vendor/bundle
bundle install
working-directory: mmv1

- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go', 'ruby' ]
language: [ 'go' ]

steps:
- name: Checkout repository
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/mmv1-rake-tests.yml

This file was deleted.

0 comments on commit 46067b7

Please sign in to comment.