From 1ce2acb4c2383980fb174b25e8a92e6872e7b777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:45:59 +0000 Subject: [PATCH] chore(ci): bump prefix-dev/rattler-build-action from 0.2.19 to 0.2.23 Bumps [prefix-dev/rattler-build-action](https://github.com/prefix-dev/rattler-build-action) from 0.2.19 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.19...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/cpp-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-test.yml b/.github/workflows/cpp-test.yml index 27dda4d..d3b2dda 100644 --- a/.github/workflows/cpp-test.yml +++ b/.github/workflows/cpp-test.yml @@ -68,7 +68,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build conda package - uses: prefix-dev/rattler-build-action@v0.2.19 + uses: prefix-dev/rattler-build-action@v0.2.23 with: recipe-path: recipe/recipe.yaml # needs to be unique for each matrix entry