diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21e31f9..1994f04 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@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: separator: "," files: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec89c39..cde86fc 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@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: separator: " " files: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 409135d..e1f9ab8 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@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: separator: "," files: | @@ -66,7 +66,7 @@ jobs: - name: Find changed readme files id: changed-readmes - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: separator: "," files: |