Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v41 (#110)
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 Jan 2, 2024
1 parent 11dca8d commit 389422a
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
with:
files: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get changed files
id: detect-changes
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
**/*.rs
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@v40
uses: tj-actions/changed-files@v41
with:
files: |
**/*.yaml
Expand Down

0 comments on commit 389422a

Please sign in to comment.