build(deps): bump karancode/yamllint-github-action from 2.0.0 to 2.1.1 (#5974)

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](dd59165b84...fdef6bc189)

---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-22 11:37:56 -04:00 committed by GitHub
parent 7285aa8dcc
commit a8877a016f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: 'Yamllint' - name: 'Yamllint'
uses: karancode/yamllint-github-action@dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb uses: karancode/yamllint-github-action@fdef6bc189425ecc84cc4543b2674566c0827053
with: with:
yamllint_file_or_dir: '.' yamllint_file_or_dir: '.'
yamllint_strict: false yamllint_strict: false