From bd608a4a253fdfa1e8634126c37be560a6b2083c Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:59:23 -0400 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c21cde612..12c435fb9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: update-conda: true python-version: ${{ matrix.python-version }} conda-channels: conda-forge - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags - name: Install pytest