From 37cab2ca43a5f518677efcb1dffafbd14305350e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:58:27 +0000 Subject: [PATCH] Bump prefix-dev/rattler-build-action from 0.2.21 to 0.2.23 Bumps [prefix-dev/rattler-build-action](https://github.com/prefix-dev/rattler-build-action) from 0.2.21 to 0.2.23. - [Release notes](https://github.com/prefix-dev/rattler-build-action/releases) - [Commits](https://github.com/prefix-dev/rattler-build-action/compare/v0.2.21...v0.2.23) --- 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 1745b976..54acdd32 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.21 + uses: prefix-dev/rattler-build-action@v0.2.23 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