diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 90302cb9..8b96d413 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@v2 + uses: actions/checkout@v3 - name: Install Dependencies run: yarn