File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : Get changed files in the .github folder
2626 if : github.event_name == 'pull_request_target'
2727 id : changedWorkflowFiles
28- uses : tj-actions/changed-files@v42
28+ uses : tj-actions/changed-files@v45
2929 with :
3030 files : |
3131 .github/**
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
8383 - name : Check if files in NuGetForUnity.PluginAPI changed
8484 if : github.event_name == 'pull_request_target'
8585 id : changedPluginApiCode
86- uses : tj-actions/changed-files@v42
86+ uses : tj-actions/changed-files@v45
8787 with :
8888 files : |
8989 src/NuGetForUnity.PluginAPI/**.cs
9090
9191 - name : Check if NuGetForUnity.PluginAPI.dll is updated
9292 if : github.event_name == 'pull_request_target'
9393 id : changedPluginApiDll
94- uses : tj-actions/changed-files@v42
94+ uses : tj-actions/changed-files@v45
9595 with :
9696 files : |
9797 src/NuGetForUnity/Editor/PluginAPI/NuGetForUnity.PluginAPI.dll
You can’t perform that action at this time.
0 commit comments