diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 9dcb27e..8fbe071 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -15,7 +15,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - - uses: actions/checkout@v1 + uses: actions/checkout@v1 with: fetch-depth: 1 - name: Use Node.js 10.x