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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-13 16:14:26 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-12-13 16:14:26 +0300
commit504029c8031bf12b2b0d6a21a82173fade4897bf (patch)
treeb228c85dc338e5288fc15ea9dd7dedd4d01ec886 /.github
parent57e3886e57eacc8ed4c1d0cf3502bf406fa1f2c1 (diff)
CI: update to `actions/checkout@v2` (#195)
Diffstat (limited to '.github')
-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 91bae8b..f3d8267 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 Node.js version
uses: actions/setup-node@v1