Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v39 (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 43e1155 commit 1fdfb9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get changed files
id: detect-changes
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v39
with:
files: |
**/*.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get changed files
id: detect-changes
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v39
with:
files: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get changed files
id: detect-changes
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v39
with:
files: |
package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get changed files
id: detect-changes
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v39
with:
files: |
**/*.yaml
Expand Down

0 comments on commit 1fdfb9e

Please sign in to comment.