Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c4be48

Browse files
committed
chore(cli): update [email protected]
1 parent 4cf52f1 commit 2c4be48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ runs:
118118
uses: baptiste0928/cargo-install@v1
119119
with:
120120
crate: a11ywatch_cli
121-
version: "0.9.2"
121+
version: "0.9.3"
122122
features: "grpc"
123123

124124
- name: A11yWatch CLI Install
125125
if: ${{ inputs.SLIM == 'false' }}
126126
uses: baptiste0928/cargo-install@v1
127127
with:
128128
crate: a11ywatch_cli
129-
version: "0.9.2"
129+
version: "0.9.3"
130130

131131
- name: Configure CLI creds
132132
if: ${{ inputs.A11YWATCH_TOKEN }}

0 commit comments

Comments
 (0)