From 0ed891fb355576fccd51ab7ccdb7491990a1151f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:17:02 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 43.0.1 to 44.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.1 to 44.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/v43.0.1...v44.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/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a853953..05f46e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Find changed dockerfiles id: changed-dockerfiles - uses: tj-actions/changed-files@v43.0.1 + uses: tj-actions/changed-files@v44.0.0 with: separator: "," files: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff85ca9..e142759 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,7 +48,7 @@ jobs: - name: Changed files id: changed-dockerfiles - uses: tj-actions/changed-files@v43.0.1 + uses: tj-actions/changed-files@v44.0.0 with: separator: " " files: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7368434..b6eb43c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Find changed dockerfiles id: changed-dockerfiles - uses: tj-actions/changed-files@v43.0.1 + uses: tj-actions/changed-files@v44.0.0 with: separator: "," files: | @@ -66,7 +66,7 @@ jobs: - name: Find changed readme files id: changed-readmes - uses: tj-actions/changed-files@v43.0.1 + uses: tj-actions/changed-files@v44.0.0 with: separator: "," files: |