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

github.com/twbs/grunt-bootlint.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:24:03 +0300
committerGitHub <noreply@github.com>2019-12-13 13:24:03 +0300
commit4f002b97e71f1106be299b8740ebeb2502a43d21 (patch)
tree6b4137c4d6e88c8db3c56e4c15932a89910a3bf2
parent62735575fa03bd3fb0343c5a7d27ff26064ac385 (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 c3f08c5..25dae85 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