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:
parent
8b466ea5fc
commit
954852f7a6
Notes:
git
2021-08-02 17:23:40 +09:00
1 changed files with 0 additions and 2 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue