From cbe4b2a580daa8c33018914d2c513dab99e44cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 06:01:18 +0000 Subject: [PATCH] github-actions(deps): bump ibiqlik/action-yamllint from v2.0.0 to v3 Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from v2.0.0 to v3. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/v2.0.0...b2aeacc1b7eeb8c23e84bba320d04fb5d6a323ee) Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4072f1cd..859ddf18 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -33,7 +33,7 @@ jobs: uses: "actions/checkout@v2.3.4" - name: "Lint YAML files" - uses: "ibiqlik/action-yamllint@v2.0.0" + uses: "ibiqlik/action-yamllint@v3" with: config_file: ".yamllint.yaml" file_or_dir: "."