From 5d3d1464ceb8051c48f1c292d47eff0aef539e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:21:17 +0000 Subject: [PATCH] Bump raven-actions/actionlint from 2.0.1 to 2.1.0 Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 86748e5c..d73c605e 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@v4.2.2 - - uses: raven-actions/actionlint@v2.0.1 + - uses: raven-actions/actionlint@v2.1.0 unit_tests_ubuntu: name: Unit tests (Ubuntu)