From 0d024fd5489d4de40c98419e3c2a5a30e78b7755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:59:14 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 39.2.3 to 39.2.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.3 to 39.2.4. - [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/v39.2.3...v39.2.4) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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 cc01e742..27d2d0bc 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@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: separator: "," files: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aad4cc74..63f510eb 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@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: separator: " " files: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 62093439..2e5e6607 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@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: separator: "," files: | @@ -65,7 +65,7 @@ jobs: - name: Find changed readme files id: changed-readmes - uses: tj-actions/changed-files@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: separator: "," files: |