From 3d927c2f446d2fea1c52185dba7c9b775b621cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:38:21 +1300 Subject: [PATCH] Bump frenck/action-yamllint from 1.3.0 to 1.3.1 (#4011) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e09fef069..3baaf02506 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: - name: Run yamllint if: matrix.id == 'yamllint' - uses: frenck/action-yamllint@v1.3.0 + uses: frenck/action-yamllint@v1.3.1 - name: Suggested changes run: script/ci-suggest-changes