Skip to content

Commit

Permalink
chore(cli): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed May 31, 2023
1 parent 498934b commit c684e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ runs:
uses: baptiste0928/cargo-install@v1
with:
crate: a11ywatch_cli
version: "0.10.1"
version: "0.10.2"
features: "grpc"

- name: A11yWatch CLI Install
if: ${{ inputs.SLIM == 'false' }}
uses: baptiste0928/cargo-install@v1
with:
crate: a11ywatch_cli
version: "0.10.1"
version: "0.10.2"

- name: Configure CLI creds
if: ${{ inputs.A11YWATCH_TOKEN }}
Expand Down

0 comments on commit c684e31

Please sign in to comment.