Skip to content

Commit 1d03081

Browse files
authored
update tj-actions/changed-files to v45 (#674)
1 parent 9202e74 commit 1d03081

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
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/**

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)