From 1783d257fddfc24d1830e6ec8cf5034086107ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:30:05 +0000 Subject: [PATCH] Bump raven-actions/actionlint from 2.1.1 to 2.1.2 Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/e01d1ea33dd6a5ed517d95b4c0c357560ac6f518...205b530c5d9fa8f44ae9ed59f341a0db994aa6f8) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f088d5a5..dc4072b6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -201,7 +201,7 @@ jobs: - name: Run actionlint continue-on-error: ${{inputs.soft-linting == 'true'}} - uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2 + uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2 with: flags: ${{inputs.debug && '-verbose'}} files: '.github/workflows/*.{yaml,yml}'