Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v34.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 4219b8f commit a16c88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v34.5.4
with:
files: |
.github/workflows/pr_ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v34.5.4
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit a16c88a

Please sign in to comment.