From f83d1645a2188fe316e40b07de5b05e515e4ffc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:18:02 +0000 Subject: [PATCH] chore(deps): update slack orb to v4.12.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e20e327..a06a597 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ setup: true orbs: continuation: circleci/continuation@0.3.1 - slack: circleci/slack@4.12.1 + slack: circleci/slack@4.12.5 # CCI doesn't allow us to use a relative path in the monorepo, so we have to refer to an # already-published orb in their registry. # Run `bazel run --stamp //rosetta/cci-orb:publish` to produce a new version.