From 0f3a1b55f480810f4bc8d9cb9ee1ca746c5777eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:21:19 +0000 Subject: [PATCH] chore(deps): bump raven-actions/actionlint from 1 to 2 Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 1 to 2. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/v1...v2) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index b539fbe3cc8f..f30abcc57578 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -17,6 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: actionlint - uses: raven-actions/actionlint@v1 + uses: raven-actions/actionlint@v2 with: pyflakes: false # we do not use python scripts