Skip to content

Commit

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

Bump tj-actions/changed-files from 40 to 41
  • Loading branch information
gizmoguy committed Jan 9, 2024
2 parents 95582ed + 77917b9 commit b79acf0
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
with:
json: true
json_raw_format: true
Expand Down

0 comments on commit b79acf0

Please sign in to comment.