Skip to content

Commit

Permalink
chore(action): upgrade [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed May 22, 2023
1 parent e5bc68c commit 75b2d0b
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.
### Usage

```yaml
- uses: a11ywatch/github-action@v1.14.0
- uses: a11ywatch/github-action@v1.15.0
with:
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
SUBDOMAINS: true
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ runs:
uses: baptiste0928/cargo-install@v1
with:
crate: a11ywatch_cli
version: "0.9.3"
version: "0.10.1"
features: "grpc"

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

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

0 comments on commit 75b2d0b

Please sign in to comment.