From 0d88f31fdf0a42eec0d29e61f3776b78b799583f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:58:55 +0000 Subject: [PATCH] github-actions: bump raven-actions/actionlint Bumps the minor-patch-dependencies group with 1 update: [raven-actions/actionlint](https://github.com/raven-actions/actionlint). Updates `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 dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-workflow-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-workflow-files.yml b/.github/workflows/lint-workflow-files.yml index 6b59f47..9bb9e3f 100644 --- a/.github/workflows/lint-workflow-files.yml +++ b/.github/workflows/lint-workflow-files.yml @@ -27,7 +27,7 @@ jobs: node-version: "22" - name: "Check workflow files" - uses: "raven-actions/actionlint@v1" + uses: "raven-actions/actionlint@v2" with: matcher: true cache: true