From 5ae5361ade924a992ea03545705298d6dfc11f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 22:14:33 +0000 Subject: [PATCH] chore(deps): bump ibiqlik/action-yamllint from 3.0.4 to 3.1.1 Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](https://github.com/ibiqlik/action-yamllint/compare/ed2b6e911569708ed121c14b87d513860a7e36a7...2576378a8e339169678f9939646ee3ee325e845c) --- updated-dependencies: - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 c08c22b..ad43fc7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -67,7 +67,7 @@ jobs: - name: Clone uses: actions/checkout@v2 - name: Run yamllint - uses: ibiqlik/action-yamllint@ed2b6e911569708ed121c14b87d513860a7e36a7 + uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.0.4 => ed2b6e911569708ed121c14b87d513860a7e36a7 with: config_file: '.github/linters/.yamllint.yml'