Skip to content

Commit 6dc59fc

Browse files
committed
Revert "workflows/node.yml: use setup-ruby@v1"
This reverts commit 78ac2b1. Signed-off-by: Philip Li <philip.li@intel.com>
1 parent 43a926a commit 6dc59fc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up Ruby
30-
uses: ruby/setup-ruby@v1
30+
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
31+
# change this to (see https://github.com/ruby/setup-ruby#versioning):
32+
# uses: ruby/setup-ruby@v1
33+
uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
3134
with:
3235
ruby-version: ${{ matrix.ruby-version }}
3336
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)