Skip to content

Commit

Permalink
fix: update build orb version to 1.0.41 in configuration files (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Dec 19, 2024
1 parent 9fba667 commit 345d316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project settings CircleCI. Then include the following in your `.circleci/config.
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].40
build: mojaloop/[email protected].41
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].40
build: mojaloop/[email protected].41
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
build: mojaloop/[email protected].40
build: mojaloop/[email protected].41
parameters:
git_tag:
type: string
Expand Down

0 comments on commit 345d316

Please sign in to comment.