From baf2bc33136a9bdc1f8a588a2f99488f45f3277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:21:02 +0000 Subject: [PATCH] Bump raven-actions/actionlint from 2.1.0 to 2.1.1 (#410) Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 04bd67b..7b5ae16 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -59,7 +59,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - uses: actions/checkout@v6.0.2 - - uses: raven-actions/actionlint@v2.1.0 + - uses: raven-actions/actionlint@v2.1.1 unit_tests_ubuntu: name: Unit tests (Ubuntu)