Skip to content

Commit f1e859d

Browse files
Bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/karancode/yamllint-github-action/releases) - [Commits](karancode/yamllint-github-action@v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edbdc4f commit f1e859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: 'Yamllint'
20-
uses: karancode/yamllint-github-action@v2.0.0
20+
uses: karancode/yamllint-github-action@v2.1.1
2121
with:
2222
yamllint_file_or_dir: '.'
2323
yamllint_config_filepath: './.yamllint'

0 commit comments

Comments
 (0)