From 809d9a41797991b9c9bf020c3d9e672bc48fdd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:18:45 +0000 Subject: [PATCH] chore(deps): bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/karancode/yamllint-github-action/releases) - [Commits](https://github.com/karancode/yamllint-github-action/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/yamllint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index ad3064d..fdefc63 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Yamllint - uses: karancode/yamllint-github-action@v2.1.1 + uses: karancode/yamllint-github-action@v3.0.0 with: yamllint_config_filepath: .yamllint yamllint_strict: false