Skip to content

Commit 4df5167

Browse files
committed
Bump yamllint to 1.36.0
1 parent 8275c53 commit 4df5167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install YAMLLint
2121
shell: bash
2222
run: |
23-
pip install yamllint==1.35.1
23+
pip install yamllint==1.36.0
2424
msg="$(pip list --outdated | grep -e yamllint || true)"
2525
if [ -n "${msg}" ]; then
2626
>&2 echo "ERROR: outdated: ${msg}"

0 commit comments

Comments
 (0)