From 2235c655b8bab842f91cba2aa3b5108b6909efbf Mon Sep 17 00:00:00 2001 From: Laura <60604372+lauramurgatroyd@users.noreply.github.com> Date: Thu, 12 Aug 2021 10:50:53 +0100 Subject: [PATCH] Use v1.4.0 of conda action (#948) --- .github/workflows/conda_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index 1edae3e4e5..a196442a34 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: publish-to-conda - uses: paskino/conda-package-publish-action@master + uses: paskino/conda-package-publish-action@v1.4.0 env: CIL_VERSION: 21.0.0 with: