Skip to content

Commit

Permalink
Merge pull request #212 from okp4/dependabot/github_actions/tj-action…
Browse files Browse the repository at this point in the history
…s/changed-files-39.2.4
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
2 parents 27f7a91 + 0d024fd commit 2b867cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find changed dockerfiles
id: changed-dockerfiles
uses: tj-actions/[email protected].3
uses: tj-actions/[email protected].4
with:
separator: ","
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Changed files
id: changed-dockerfiles
uses: tj-actions/[email protected].3
uses: tj-actions/[email protected].4
with:
separator: " "
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Find changed dockerfiles
id: changed-dockerfiles
uses: tj-actions/[email protected].3
uses: tj-actions/[email protected].4
with:
separator: ","
files: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Find changed readme files
id: changed-readmes
uses: tj-actions/[email protected].3
uses: tj-actions/[email protected].4
with:
separator: ","
files: |
Expand Down

0 comments on commit 2b867cb

Please sign in to comment.