From cdf97ae75b49840799e0dcffa61db23a3f7b5809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:50:08 +0000 Subject: [PATCH] Bump frenck/action-yamllint from 1.4.1 to 1.4.2 Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/frenck/action-yamllint/releases) - [Commits](https://github.com/frenck/action-yamllint/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: frenck/action-yamllint dependency-type: direct:production update-type: version-update:semver-patch ... 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 42fb319..ee9fde5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Yamllint - uses: frenck/action-yamllint@v1.4.1 + uses: frenck/action-yamllint@v1.4.2 php-ext-doc: name: php extension documentation runs-on: ubuntu-22.04