Skip to content

Commit

Permalink
ci: upgrade gh cli to 2.37.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvincent42 authored Oct 19, 2023
1 parent b84fc73 commit bc2fd47
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ jobs:
docker:
- image: cimg/node:18.16
steps:
- github-cli/install
- github-cli/install:
version: '2.37.0'
- node/install-yarn
- checkout
- run:
Expand Down Expand Up @@ -450,7 +451,8 @@ jobs:
docker:
- image: cimg/base:stable
steps:
- github-cli/install
- github-cli/install:
version: '2.37.0'
- attach_workspace:
at: ~/
- run:
Expand Down Expand Up @@ -549,7 +551,8 @@ jobs:
name: Halt job if running pipeline from a fork
command: |
[ -z $CIRCLE_PR_NUMBER ] || circleci-agent step halt
- github-cli/install
- github-cli/install:
version: '2.37.0'
- checkout
- run:
name: Assign PR to author
Expand Down

0 comments on commit bc2fd47

Please sign in to comment.