From 78ab9eb31dd1a0ef057b0a4e075a232a01187cb6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 5 May 2022 08:26:43 -0500 Subject: [PATCH] Change to checkout v3 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9592387..9fd4510 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install packer @@ -31,9 +31,9 @@ jobs: scenarios: ${{ steps.collection.outputs.tox-envs }} vagrant: ${{ steps.vagrant.outputs.tox-envs }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - submodules: 'recursive' + submodules: true - name: Set up Python uses: actions/setup-python@v2 - name: Install dependencies