diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 113d3f4..3427f18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: | python3 --version - name: Checkout Current Repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: submodules: true - name: Checkout tools repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b9f222..7e9fc22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: | python3 --version - name: Checkout Current Repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: submodules: true - name: Checkout tools repo @@ -60,7 +60,7 @@ jobs: upload-pypi: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Check For setup.py id: need-pypi run: |