Skip to content

Commit 8141364

Browse files
committed
Update cfn-lint
1 parent 415c14a commit 8141364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
yamllint .
2121
- name: cfn-lint
2222
run: |
23-
pip install cfn-lint==1.39.1
23+
pip install cfn-lint==1.44.0
2424
cfn-lint -i E1022 E3003 E3014 E3026 E3032 W1011 W2001 W2010 W3045 W6001 W8003 -t '**/*.yaml'
2525
- name: license
2626
run: |

0 commit comments

Comments
 (0)