1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed unnecessary configuration for the latest version of actions/checkout

This commit is contained in:
Hiroshi SHIBATA 2021-08-02 16:04:40 +09:00
parent 8b466ea5fc
commit 954852f7a6
Notes: git 2021-08-02 17:23:40 +09:00

View file

@ -21,8 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Remove an obsolete rubygems vendored file
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb