Skip to content

Commit 6a76505

Browse files
committed
chore(cli): update @a11ywatch/cli ripgrep install fix
1 parent 81ecc0b commit 6a76505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When running locally the action uses A11yWatch Lite and installs the [a11ywatch-
1111
### Usage
1212

1313
```yaml
14-
- uses: a11ywatch/github-action@v2.1.7
14+
- uses: a11ywatch/github-action@v2.1.9
1515
with:
1616
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
1717
SITE_WIDE: true

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ runs:
175175
uses: baptiste0928/cargo-install@v1
176176
with:
177177
crate: a11ywatch_cli
178-
version: "0.10.12"
178+
version: "0.10.14"
179179
features: "grpc"
180180

181181
- name: A11yWatch CLI Install
182182
if: ${{ inputs.SLIM == 'false' }}
183183
uses: baptiste0928/cargo-install@v1
184184
with:
185185
crate: a11ywatch_cli
186-
version: "0.10.12"
186+
version: "0.10.14"
187187

188188
- name: Configure CLI creds
189189
if: ${{ inputs.A11YWATCH_TOKEN }}

0 commit comments

Comments
 (0)