Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 37 to 41 in /.github/…
Browse files Browse the repository at this point in the history
…workflows (#913)
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent d2a3431 commit 3ef04d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-pr-adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
- if: (fromJSON(steps.lint_title_adr.outputs.result).status == 'ok')
name: Get all changed files
id: changed_files_all
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v41
- if: (fromJSON(steps.lint_title_adr.outputs.result).status == 'ok')
name: Get files that should be changed
id: changed_files_only
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v41
with:
files: |
${{ fromJSON(steps.lint_title_adr.outputs.result).expectedFileMatch }}
Expand Down

0 comments on commit 3ef04d8

Please sign in to comment.