aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart de Water <bartdewater@gmail.com>2019-12-31 13:23:17 -0500
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-01-01 10:11:22 +1300
commitbcc7626dde906eb84c9cbb8b8096f221279ffd76 (patch)
tree99ecf09e5b5d33894a6a8d7710477713fdc31c12
parentba87e577d16470efbb9764c018632d81659454d3 (diff)
downloadruby-openssl-bcc7626dde906eb84c9cbb8b8096f221279ffd76.tar.gz
Use default fetch-depth of 1
-rw-r--r--.github/workflows/workflow.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index f37c02ef..02d44b95 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -15,8 +15,6 @@ jobs:
steps:
- name: repo checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 10
- name: load ruby
uses: actions/setup-ruby@v1
with:
@@ -42,8 +40,6 @@ jobs:
steps:
- name: repo checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 10
- name: load ruby, update gcc, install openssl
uses: MSP-Greg/actions-ruby@master
with: