diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 484536c0..90302cb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code. - uses: actions/checkout@deploy + uses: actions/checkout@v2 - name: Install Dependencies run: yarn