From 98ea80cfd6f1c8ce2b1944a2fb41708e19663eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:29:42 +0000 Subject: [PATCH] Bump actionshub/yamllint from 1.7.1 to 1.8.1 Bumps [actionshub/yamllint](https://github.com/actionshub/yamllint) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/actionshub/yamllint/releases) - [Commits](https://github.com/actionshub/yamllint/compare/v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: actionshub/yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index 173227e..1aef8ba 100644 --- a/.github/workflows/yaml.yml +++ b/.github/workflows/yaml.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Run yamllint - uses: actionshub/yamllint@v1.7.1 + uses: actionshub/yamllint@v1.8.1 style: name: Check style