From 4a93ad9f9e3797db43bcae36c69d3dca8358a1b1 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 21 Apr 2021 17:41:41 -0400 Subject: [PATCH] Add actions/checkout --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2fac154..101b8a1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -8,6 +8,7 @@ jobs: test-return: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - id: output-set uses: ./ with: @@ -22,6 +23,7 @@ jobs: test-relative-require: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - id: output-set uses: ./ with: @@ -36,6 +38,7 @@ jobs: test-npm-require: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - id: output-set uses: ./ with: