From fbe3e0550fe67c21b9cc707c99d7331903c178b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:14:07 +0000 Subject: [PATCH] Bump ibiqlik/action-yamllint from 3.1.0 to 3.1.1 Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/81e214fd484713882ce4237cb7cd264d550856cf...2576378a8e339169678f9939646ee3ee325e845c) --- updated-dependencies: - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 9e0a90d..4c2af3a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -105,7 +105,7 @@ jobs: - name: Check out the repository uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Run yamllint - uses: ibiqlik/action-yamllint@81e214fd484713882ce4237cb7cd264d550856cf + uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c with: file_or_dir: submariner-k8s-broker/Chart.yaml submariner-k8s-broker/values.yaml submariner-operator/Chart.yaml submariner-operator/values.yaml config_file: .yamllint.yml