File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ When running locally the action uses A11yWatch Lite and installs the [a11ywatch-
11
11
### Usage
12
12
13
13
``` yaml
14
- - uses : a11ywatch/github-action@v2.1.7
14
+ - uses : a11ywatch/github-action@v2.1.9
15
15
with :
16
16
WEBSITE_URL : ${{ secrets.WEBSITE_URL }}
17
17
SITE_WIDE : true
Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ runs:
175
175
uses : baptiste0928/cargo-install@v1
176
176
with :
177
177
crate : a11ywatch_cli
178
- version : " 0.10.12 "
178
+ version : " 0.10.14 "
179
179
features : " grpc"
180
180
181
181
- name : A11yWatch CLI Install
182
182
if : ${{ inputs.SLIM == 'false' }}
183
183
uses : baptiste0928/cargo-install@v1
184
184
with :
185
185
crate : a11ywatch_cli
186
- version : " 0.10.12 "
186
+ version : " 0.10.14 "
187
187
188
188
- name : Configure CLI creds
189
189
if : ${{ inputs.A11YWATCH_TOKEN }}
You can’t perform that action at this time.
0 commit comments