From ceadca00a3426fbd73366e155f38ee5f90c761f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 09:35:23 +0000 Subject: [PATCH] Bump raven-actions/actionlint from 2.0.0 to 2.0.1 Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](https://github.com/raven-actions/actionlint/compare/01fce4f43a270a612932cb1c64d40505a029f821...3a24062651993d40fed1019b58ac6fbdfbf276cc) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/3-step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index 6ee9383..9ff1c10 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -49,7 +49,7 @@ jobs: - name: Lint welcome.yml with actionlint id: actionlint-check continue-on-error: true - uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0 + uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1 with: files: .github/workflows/welcome.yml