From 9b665955d92784e9a8f3a3b4c0fe91e765c46887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:21:44 +0000 Subject: [PATCH] Bump raven-actions/actionlint from 2.1.2 to 2.2.0 in /.github/workflows Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df5dce46d..9f762700b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: with: node-version-file: .node-version - name: Lint GitHub Action workflows - uses: raven-actions/actionlint@v2.1.2 + uses: raven-actions/actionlint@v2.2.0 eslint: runs-on: ubuntu-latest steps: