From 3e11338b5fb8fb8b0dfeda2361cfaf6994cbc167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:12:11 +0000 Subject: [PATCH] Bump ibiqlik/action-yamllint from 3.0.4 to 3.1 Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.4 to 3.1. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/v3.0.4...v3.1) --- updated-dependencies: - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1599327f..48bada730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.4.0 - name: 🚀 Run YAMLLint - uses: ibiqlik/action-yamllint@v3.0.4 + uses: ibiqlik/action-yamllint@v3.1 with: file_or_dir: . config_file: .yamllint.yml