Skip to content

Commit 49fee43

Browse files
ci: bump tj-actions/changed-files to v47 (#7288)
bump tj-actions/changed-files to v47
1 parent 225d187 commit 49fee43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: forkpoint
2222

2323
- id: changed-files
24-
uses: tj-actions/changed-files@v45
24+
uses: tj-actions/changed-files@v47
2525
with:
2626
base_sha: ${{ steps.forkpoint.outputs.fork_point_sha }}
2727
files: |

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fetch-depth: 2
1818

1919
- id: lua-changed-files
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@v47
2121
with:
2222
files: |
2323
lua/wikis/**/*.lua
2424
2525
- id: res-changed-files
26-
uses: tj-actions/changed-files@v42
26+
uses: tj-actions/changed-files@v47
2727
with:
2828
files: |
2929
stylesheets/**/*.scss

0 commit comments

Comments
 (0)