Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-09-24 12:53:50 +0300
committerGitHub <noreply@github.com>2019-09-24 12:53:50 +0300
commit90c5de151be15815469a07b2c7aa4ab0c01f2a86 (patch)
tree8d22b34343c098cc54fe1de15ef5ce538a4242df /.github/workflows
parent129bb08fc4d2c850ae71250371adf82a4441dc70 (diff)
GH Actions updates. (#29429)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 55eac1eb75..263c1d5238 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Run tests
+name: Tests
on: [push, pull_request]
jobs:
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@master
+ uses: actions/checkout@v1
with:
fetch-depth: 3