From ea98b598373010b946aa6ee52cd875e229e5207f Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:59:31 -0400 Subject: [PATCH] Update dev-gallery.yml --- .github/workflows/dev-gallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-gallery.yml b/.github/workflows/dev-gallery.yml index c0a987d6f..fe962bd8e 100644 --- a/.github/workflows/dev-gallery.yml +++ b/.github/workflows/dev-gallery.yml @@ -13,7 +13,7 @@ jobs: update-conda: true python-version: 3.9 conda-channels: conda-forge - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags - name: Install pytest