From 485428a308a43a936e7d9ae8e7343642a2beb9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:02:19 +0000 Subject: [PATCH] Bump prefix-dev/rattler-build-action from 0.2.18 to 0.2.21 Bumps [prefix-dev/rattler-build-action](https://github.com/prefix-dev/rattler-build-action) from 0.2.18 to 0.2.21. - [Release notes](https://github.com/prefix-dev/rattler-build-action/releases) - [Commits](https://github.com/prefix-dev/rattler-build-action/compare/v0.2.18...v0.2.21) --- updated-dependencies: - dependency-name: prefix-dev/rattler-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf45e021..1745b976 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -118,7 +118,7 @@ jobs: - name: Create channel run: mkdir -p /tmp/ecoscope/release/artifacts - name: Build prefix release - uses: prefix-dev/rattler-build-action@v0.2.18 + uses: prefix-dev/rattler-build-action@v0.2.21 with: recipe-path: publish/recipes/release/ecoscope.yaml build-args: --output-dir /tmp/ecoscope/release/artifacts --channel https://prefix.dev/ecoscope-workflows --channel conda-forge