From 77d4b606dd60caaf814ca17139b8d8f5b7e781de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 19:15:31 +1000 Subject: [PATCH] chore(deps): bump ibiqlik/action-yamllint from 3 to 3.0.1 (#94) Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3 to 3.0.1. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/v3...v3.0.1) 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 b9cc7df..b728c6d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: 🧹 YAML Lint - uses: ibiqlik/action-yamllint@v3 + uses: ibiqlik/action-yamllint@v3.0.1 flake8: runs-on: ${{ matrix.os }} strategy: