Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v39.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent 636a219 commit 229d0cd
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 @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.1.1
uses: tj-actions/changed-files@v39.1.2
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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit 229d0cd

Please sign in to comment.