From 3fc09cefba558da11d5d90273b753cf157babcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:33:38 +0000 Subject: [PATCH] Bump prefix-dev/rattler-build-action from 0.2.23 to 0.2.24 Bumps [prefix-dev/rattler-build-action](https://github.com/prefix-dev/rattler-build-action) from 0.2.23 to 0.2.24. - [Release notes](https://github.com/prefix-dev/rattler-build-action/releases) - [Commits](https://github.com/prefix-dev/rattler-build-action/compare/v0.2.23...v0.2.24) --- 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 54acdd32..3bb302a1 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.23 + uses: prefix-dev/rattler-build-action@v0.2.24 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