diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efdb9a24..793d9af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.1 with: