From d5a82f5d92d5b0c8c6b35cfd568dbd454c3b8aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:17:19 +0200 Subject: [PATCH] chore(ci): bump prefix-dev/rattler-build-action from 0.2.12 to 0.2.13 (#59) Bumps [prefix-dev/rattler-build-action](https://github.com/prefix-dev/rattler-build-action) from 0.2.12 to 0.2.13. - [Release notes](https://github.com/prefix-dev/rattler-build-action/releases) - [Commits](https://github.com/prefix-dev/rattler-build-action/compare/v0.2.12...v0.2.13) --- updated-dependencies: - dependency-name: prefix-dev/rattler-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2ac41e8..f50a833 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.12 + uses: prefix-dev/rattler-build-action@v0.2.13 with: recipe-path: recipe/recipe.yaml # needs to be unique for each matrix entry