From d54531d122eae90c59a8a85f514df664b918e91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 16:40:42 +1000 Subject: [PATCH] chore(deps): bump ibiqlik/action-yamllint from 3.0.2 to 3.0.4 (#145) Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.2 to 3.0.4. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/v3.0.2...v3.0.4) --- updated-dependencies: - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3616978..df52ce8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: 🧹 YAML Lint - uses: ibiqlik/action-yamllint@v3.0.2 + uses: ibiqlik/action-yamllint@v3.0.4 flake8: runs-on: ${{ matrix.os }} strategy: