Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v35.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2023
1 parent cfe5dc0 commit 749bab9
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@v35.5.2
uses: tj-actions/changed-files@v35.5.3
with:
files: |
.github/workflows/develop_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 @@ -20,7 +20,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.5.2
uses: tj-actions/changed-files@v35.5.3
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit 749bab9

Please sign in to comment.