From 9696948d33ab2dcd92dc230604be8f4d1452ca75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Alberto=20Monta=C3=B1o=20Fetecua?= Date: Mon, 7 Oct 2024 21:23:19 -0500 Subject: [PATCH] fix: pinning the version specified in the config to the latest major: 12.1.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9aaff..82b1c89 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: # For the orb-tools-orb it must call itself within the first workflow, # meaning this dev version will need to be published every 90 days. # No other orbs will need to import themselves here. - orb-tools-alpha: circleci/orb-tools@dev:alpha + orb-tools-alpha: circleci/orb-tools@12.1.0 shellcheck: circleci/shellcheck@3.1 filters: &filters