Skip to content

Commit

Permalink
chore(cli): update @a11ywatch/cli ripgrep install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Nov 30, 2023
1 parent 81ecc0b commit 6a76505
Show file tree
Hide file tree
Showing 2 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 @@ -11,7 +11,7 @@ When running locally the action uses A11yWatch Lite and installs the [a11ywatch-
### Usage

```yaml
- uses: a11ywatch/[email protected].7
- uses: a11ywatch/[email protected].9
with:
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
SITE_WIDE: true
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ runs:
uses: baptiste0928/cargo-install@v1
with:
crate: a11ywatch_cli
version: "0.10.12"
version: "0.10.14"
features: "grpc"

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

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

0 comments on commit 6a76505

Please sign in to comment.