Skip to content

Commit

Permalink
ci: update orb tools (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Dec 16, 2022
1 parent 4405c67 commit 22cfc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
setup: true
orbs:
orb-tools: circleci/orb-tools@11.1.2
orb-tools: circleci/orb-tools@11.5
shellcheck: circleci/shellcheck@3.1

workflows:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
node: circleci/node@dev:<<pipeline.git.revision>>
orb-tools: circleci/orb-tools@11.1.2
orb-tools: circleci/orb-tools@11.5
jq: circleci/jq@2.2.0
commands:
check-uploaded-test-results:
Expand Down

0 comments on commit 22cfc0e

Please sign in to comment.