From 0e577d94ac811eb698fb81d45a07805979eb9f3d Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:59:55 -0400 Subject: [PATCH] Update version_gallery.yml --- .github/workflows/version_gallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_gallery.yml b/.github/workflows/version_gallery.yml index 4cbaf8f59..6b60bf2a1 100644 --- a/.github/workflows/version_gallery.yml +++ b/.github/workflows/version_gallery.yml @@ -18,7 +18,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 run: |