Skip to content

Commit 3dbd1a4

Browse files
committed
👷 ci(circleci): update toolkit orb and workflow step
- bump toolkit orb version to 2.13.0 for latest features - rename update_changelog step to update_prlog for clarity
1 parent deb417a commit 3dbd1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.circleci/config.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
description: "If true, the success pipeline will be executed."
2222

2323
orbs:
24-
toolkit: jerus-org/circleci-toolkit@2.12.1
24+
toolkit: jerus-org/circleci-toolkit@2.13.0
2525

2626
executors:
2727
rust-env:
@@ -71,7 +71,7 @@ workflows:
7171
min_rust_version: << pipeline.parameters.min-rust-version >>
7272
- toolkit/idiomatic_rust:
7373
min_rust_version: << pipeline.parameters.min-rust-version >>
74-
- toolkit/update_changelog:
74+
- toolkit/update_prlog:
7575
requires:
7676
- toolkit/required_builds
7777
- toolkit/common_tests

0 commit comments

Comments
 (0)