Skip to content

Commit c684e31

Browse files
committed
chore(cli): update a11ywatch_cl@0.10.2
1 parent 498934b commit c684e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ runs:
135135
uses: baptiste0928/cargo-install@v1
136136
with:
137137
crate: a11ywatch_cli
138-
version: "0.10.1"
138+
version: "0.10.2"
139139
features: "grpc"
140140

141141
- name: A11yWatch CLI Install
142142
if: ${{ inputs.SLIM == 'false' }}
143143
uses: baptiste0928/cargo-install@v1
144144
with:
145145
crate: a11ywatch_cli
146-
version: "0.10.1"
146+
version: "0.10.2"
147147

148148
- name: Configure CLI creds
149149
if: ${{ inputs.A11YWATCH_TOKEN }}

0 commit comments

Comments
 (0)