From bb550a26b4c26644260257e644cb988c6e3ba53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 22:54:57 +0000 Subject: [PATCH] Bump devops-actions/actionlint in the github-actions group Bumps the github-actions group with 1 update: [devops-actions/actionlint](https://github.com/devops-actions/actionlint). Updates `devops-actions/actionlint` from 0.1.1 to 0.1.2 - [Release notes](https://github.com/devops-actions/actionlint/releases) - [Commits](https://github.com/devops-actions/actionlint/compare/c0ee017f8abef55d843a647cd737b87a1976eb69...48ca80d7da4ffd5ed31b7981702bc6bb4b242c63) --- updated-dependencies: - dependency-name: devops-actions/actionlint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 98f59b3..da2e6c6 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: devops-actions/actionlint@c0ee017f8abef55d843a647cd737b87a1976eb69 #v0.1.1 + - uses: devops-actions/actionlint@48ca80d7da4ffd5ed31b7981702bc6bb4b242c63 #v0.1.2 continue-on-error: true id: action-lint