diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index a5a51b0..1618d45 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -8,6 +8,9 @@ jobs:
       matrix:
         operating-system: [ubuntu-latest, windows-latest]
     actions:
+    - name: Checkout
+      uses: actions/checkout@master
+
     - name: Set Node.js 10.x
       uses: actions/setup-node@master
       with: