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

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-13 13:23:50 +0300
committerGitHub <noreply@github.com>2019-12-13 13:23:50 +0300
commita158ae77f2c3120783b4cda5a04e6ce8f32b85b7 (patch)
tree2b437ceff8fdc14e9da36a929d9da63c551adc3f
parent08d60355ce55bba19a00d18cc6b3311a59e9a214 (diff)
CI: update to `actions/checkout@v2`
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 71ab068..b6ed26e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1