From 7a97ffd3dab9119e125250825a4f41295b8119f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 06:05:06 +0000 Subject: [PATCH] github-actions(deps): bump ibiqlik/action-yamllint from 3.0.2 to 3.0.3 Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-patch ... 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 099697c7..690308b5 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -80,7 +80,7 @@ jobs: uses: "actions/checkout@v2.3.4" - name: "Lint YAML files" - uses: "ibiqlik/action-yamllint@v3.0.2" + uses: "ibiqlik/action-yamllint@v3.0.3" with: config_file: ".yamllint.yaml" file_or_dir: "."