From d2629280e0ed672773349b695ce19d1c2de4b3d5 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 22 Jul 2020 08:00:22 -0400 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8cce458..1980707 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,7 @@ jobs: # - 636:636 steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 # Hack way to start service since GitHub doesn't integrate with its own services diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e0ba72..e9cae6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: name: Lint Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - name: Install Packages run: npm install @@ -32,7 +32,7 @@ jobs: - 14.x runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }}