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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-09-24 17:42:36 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-09-24 17:42:36 +0300
commitf568f5bae238c2ac08c7fc69de19454aebd594a7 (patch)
tree194c1f656a4b019d5fca86c9361da6a4e14aa218 /.github
parent69de3551f6d02eb3f29cecc267e0110608b54e66 (diff)
GitHub Actions updates.
Diffstat (limited to '.github')
-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 8792eaf55..2a2c68c66 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
- name: Set up Node.js
uses: actions/setup-node@v1