From f226965de56925a950c6e6309123ba605f76b3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:43:41 +0000 Subject: [PATCH] :arrow_up: 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdf43c88..e24aff809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -546,7 +546,7 @@ jobs: - uses: actions/checkout@v4 - name: actionlint - uses: raven-actions/actionlint@v1 + uses: raven-actions/actionlint@v2 with: fail-on-error: true cache: true