From ec2c22eb7458e64f92402e5bd6bb3866b3bfc2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:51:53 +0000 Subject: [PATCH] Bump uibcdf/action-build-and-upload-conda-packages from 1.3.0 to 1.4.0 Bumps [uibcdf/action-build-and-upload-conda-packages](https://github.com/uibcdf/action-build-and-upload-conda-packages) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/uibcdf/action-build-and-upload-conda-packages/releases) - [Commits](https://github.com/uibcdf/action-build-and-upload-conda-packages/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: uibcdf/action-build-and-upload-conda-packages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 01dc8e22..73877d71 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,7 +52,7 @@ jobs: show-channel-urls: true - name: Build and upload the conda package - uses: uibcdf/action-build-and-upload-conda-packages@v1.3.0 + uses: uibcdf/action-build-and-upload-conda-packages@v1.4.0 with: meta_yaml_dir: .conda python-version: 3.11