From 8cbf7cda2fa1dd768c7027b7fc3201a96a07fee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:35:28 +0000 Subject: [PATCH] chore(deps): 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/test_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_workflows.yml b/.github/workflows/test_workflows.yml index 23254a90..770183d9 100644 --- a/.github/workflows/test_workflows.yml +++ b/.github/workflows/test_workflows.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Lint GitHub Action workflows - uses: raven-actions/actionlint@v1 + uses: raven-actions/actionlint@v2 with: group-result: false shellcheck: true