diff options
| author | XhmikosR <[email protected]> | 2019-12-13 13:12:15 +0200 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2020-03-19 09:56:51 -0700 |
| commit | 8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69 (patch) | |
| tree | b3c680bf0cbbeddcfa985c545709faf50ac377a3 /.github/workflows | |
| parent | eb1a3c9cb2816e098e46b10139fe397cb5ae91d7 (diff) | |
| download | node-coveralls-8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69.tar.xz node-coveralls-8c4ba99c2a0bf23b8d6d607c78e090863a0bbb69.zip | |
CI: switch to `actions/checkout@v2`
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
