From a8877a016fea041d6c973658922bfcc7481befe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 11:37:56 -0400 Subject: [PATCH] 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](https://github.com/karancode/yamllint-github-action/compare/dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb...fdef6bc189425ecc84cc4543b2674566c0827053) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 079189450..890aa23a2 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -10,7 +10,7 @@ jobs: - name: 'Checkout' uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: 'Yamllint' - uses: karancode/yamllint-github-action@dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb + uses: karancode/yamllint-github-action@fdef6bc189425ecc84cc4543b2674566c0827053 with: yamllint_file_or_dir: '.' yamllint_strict: false