From 3e40c5420a91358dc9a8e5972205c7c9e88a076f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:53:37 +0000 Subject: [PATCH] Bump frenck/action-yamllint from 1.4 to 1.5 Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from 1.4 to 1.5. - [Release notes](https://github.com/frenck/action-yamllint/releases) - [Commits](https://github.com/frenck/action-yamllint/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: frenck/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 4646456..eeb9a98 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Run YAMLLint - uses: frenck/action-yamllint@v1.4 + uses: frenck/action-yamllint@v1.5 shellcheck: runs-on: ubuntu-latest