Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v45 (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] committed Aug 21, 2024
1 parent adf6a8f commit e515fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-changed-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: apps/**
dir_names: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simple-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files_yaml: |
cue:
Expand Down

0 comments on commit e515fe2

Please sign in to comment.