aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-12-13 13:12:15 +0200
committerNick Merwin <[email protected]>2020-03-19 09:56:51 -0700
commit8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69 (patch)
treeb3c680bf0cbbeddcfa985c545709faf50ac377a3
parenteb1a3c9cb2816e098e46b10139fe397cb5ae91d7 (diff)
downloadnode-coveralls-8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69.tar.xz
node-coveralls-8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69.zip
CI: switch 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 26ad1ae..f62d68e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Set Node.js version
uses: actions/setup-node@v1