Skip to content

Commit

Permalink
Merge pull request #4484 from faucetsdn/dependabot/github_actions/tj-…
Browse files Browse the repository at this point in the history
…actions/changed-files-44

Bump tj-actions/changed-files from 43 to 44
  • Loading branch information
gizmoguy committed Mar 27, 2024
2 parents 68a29df + 21f5759 commit 0168cfb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- if: ${{ github.event_name == 'pull_request' }}
name: Get file changes
id: file_changes
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
json: true
json_raw_format: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- if: ${{ github.event_name == 'pull_request' }}
name: Get file changes
id: file_changes
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
json: true
json_raw_format: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- if: ${{ github.event_name == 'pull_request' }}
name: Get file changes
id: file_changes
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
json: true
json_raw_format: true
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- if: ${{ github.event_name == 'pull_request' && github.event.before != '0000000000000000000000000000000000000000' }}
name: Get file changes
id: file_changes
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
json: true
json_raw_format: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- if: ${{ github.event_name == 'pull_request' }}
name: Get file changes
id: file_changes
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
json: true
json_raw_format: true
Expand Down

0 comments on commit 0168cfb

Please sign in to comment.