From df8cfadf181f1587253fc9a2abfd5e9f170b3a98 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 16 Jun 2021 09:45:21 -0700 Subject: [PATCH] Remove ruby action (#19961) https://github.com/github/docs-internal/pull/19910 --- .github/allowed-actions.js | 1 - .github/workflows/update-graphql-files.yml | 8 -------- 2 files changed, 9 deletions(-) diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index 8a4bc9746d..205097fc36 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -10,7 +10,6 @@ module.exports = [ "actions/labeler@5f867a63be70efff62b767459b009290364495eb", // v2.2.0 "actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e", // v2.1.4 "actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6", // v2.2.2 - "ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262", // v1.64.1 "actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da", // v3.0.16 "alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9", "andymckay/labeler@22d5392de2b725cea4b284df5824125054049d84", diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index f5c92ac435..a52bc61600 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -29,14 +29,6 @@ jobs: exit 1 # prevents further steps from running - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - - name: Set up Ruby - uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262 - with: - ruby-version: '2.4' - - name: Install Ruby dependencies - run: | - gem install bundler - bundle install - name: Install Node.js dependencies run: npm ci - name: Run updater scripts