Skip to content

Commit 081f652

Browse files
Update tj-actions/changed-files action to v47 (#859)
1 parent d2c0e3c commit 081f652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Get changed files in the server folder
2626
id: changed-files
27-
uses: tj-actions/changed-files@v45
27+
uses: tj-actions/changed-files@v47
2828
with:
2929
files: server/**
3030

@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Get changed files in the client folder
8989
id: changed-files
90-
uses: tj-actions/changed-files@v45
90+
uses: tj-actions/changed-files@v47
9191
with:
9292
files: client/**
9393

0 commit comments

Comments
 (0)