From dfffa354a18406e77db619d4d6a09b3e294e0ff4 Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Mon, 17 Jul 2023 15:20:42 -0400 Subject: [PATCH] Bump conda. I'm not sure why automation didn't catch this. Signed-off-by: Dan Lorenc --- conda.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.yaml b/conda.yaml index a2c2f8a8c56f..c5b9463d0dc4 100644 --- a/conda.yaml +++ b/conda.yaml @@ -1,6 +1,6 @@ package: name: conda - version: 23.5.0 + version: 23.5.2 epoch: 0 description: "A system-level, binary package and environment manager running on all major operating systems and platforms." copyright: @@ -23,7 +23,7 @@ pipeline: with: repository: https://github.com/conda/conda tag: ${{package.version}} - expected-commit: bc5bdd4ac63541cc83ede06424b11a6c1338adf3 + expected-commit: b91a38a1c6a6aff431416ca3f793d81459a7757b - if: ${{build.arch}} == 'x86_64' runs: |