From 39f849590bfa4d60e4cc7494d5b370f3cbcc78af Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 29 Apr 2020 22:55:04 +0100 Subject: [PATCH] update dependencies (#3828) - actions/checkout@v2 --- .github/workflows/ci.yml | 2 +- .github/workflows/ufuzz.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76dea5b1..d414e51e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 7af26afd..bbb9f1f8 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -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: | -- 2.34.1