From 2e1ecb2d70e6b0ca98a5c5b9664eb038b8f4f5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:02:09 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 41.1.2 to 42.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.1.2 to 42.0.0. - [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/v41.1.2...v42.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 798c2e6..f5ee883 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,7 +57,7 @@ jobs: - name: Find changed ttl files id: changed-ttl-files - uses: tj-actions/changed-files@v41.1.2 + uses: tj-actions/changed-files@v42.0.0 with: files: | src/**/*.ttl @@ -111,7 +111,7 @@ jobs: - name: Check if poetry files have changed id: changed-poetry-files - uses: tj-actions/changed-files@v41.1.2 + uses: tj-actions/changed-files@v42.0.0 with: files: | script/poetry.lock @@ -146,7 +146,7 @@ jobs: - name: Check if python files have changed id: changed-python-files - uses: tj-actions/changed-files@v41.1.2 + uses: tj-actions/changed-files@v42.0.0 with: files: | script/**/*.*