From 8437fdbdfa1376982eeb0a8f2cdd9a93f227da86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:58:40 +0000 Subject: [PATCH] build(deps): bump the devops group with 2 updates (#8590) Bumps the devops group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `tj-actions/changed-files` from 44.5.1 to 44.5.2 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44.5.1...v44.5.2) Updates `reviewdog/action-actionlint` from 1.47.0 to 1.48.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index ffe3b5af0..515abdcbb 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -44,7 +44,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v44.5.1 + uses: tj-actions/changed-files@v44.5.2 with: files: | **/*.rs @@ -56,7 +56,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v44.5.1 + uses: tj-actions/changed-files@v44.5.2 with: files: | .github/workflows/*.yml @@ -151,7 +151,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - name: actionlint - uses: reviewdog/action-actionlint@v1.47.0 + uses: reviewdog/action-actionlint@v1.48.0 with: level: warning fail_on_error: false