From c456fcec69864448fd2bf799c756bcfa86e3baee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:00:20 +0000 Subject: [PATCH] Bump actionshub/yamllint from 1.1.2 to 1.7.1 Bumps [actionshub/yamllint](https://github.com/actionshub/yamllint) from 1.1.2 to 1.7.1. - [Release notes](https://github.com/actionshub/yamllint/releases) - [Commits](https://github.com/actionshub/yamllint/compare/v1.1.2...v1.7.1) --- updated-dependencies: - dependency-name: actionshub/yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-yaml.yml b/.github/workflows/push-yaml.yml index 89bac28..1e00a68 100644 --- a/.github/workflows/push-yaml.yml +++ b/.github/workflows/push-yaml.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Run yamllint - uses: actionshub/yamllint@v1.1.2 + uses: actionshub/yamllint@v1.7.1 style: name: Check style