update dependencies (#3828)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 29 Apr 2020 21:55:04 +0000 (22:55 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 21:55:04 +0000 (05:55 +0800)
- actions/checkout@v2

.github/workflows/ci.yml
.github/workflows/ufuzz.yml

index 76dea5b..d414e51 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       NODE: ${{ matrix.node }}
       TYPE: ${{ matrix.script }}
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
       - uses: actions/cache@v1
         with:
           path: tmp
index 7af26af..bbb9f1f 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     name: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
       - name: Perform fuzzing
         shell: bash
         run: |