From ab3cad0362e42fa2b5b20c028afcef89994549ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:50:41 +0000 Subject: [PATCH] chore(deps): update karancode/yamllint-github-action action to v3 --- .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 3b318d5..e4d5199 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -20,7 +20,7 @@ jobs: level: warning yamllint_flags: '-c .yamllint .' - name: run lint on all files - uses: karancode/yamllint-github-action@v2.1.1 + uses: karancode/yamllint-github-action@v3.0.0 with: yamllint_file_or_dir: . yamllint_config_filepath: .github/yamllint-config.yml