File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Get changed files in the docs folder
25
25
id : changed-files-specific
26
- uses : tj-actions/changed-files@v44
26
+ uses : tj-actions/changed-files@v45
27
27
with :
28
28
files : ./cmd/relayproxy/helm-charts/**
29
29
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
fetch-depth : 1
172
172
- name : Get changed files in the docs folder
173
173
id : changed-files-specific
174
- uses : tj-actions/changed-files@v44
174
+ uses : tj-actions/changed-files@v45
175
175
with :
176
176
files : ./openfeature/providers/python-provider/**
177
177
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-node@v4
14
14
- name : Get changed files in the docs folder
15
15
id : changed-files-specific
16
- uses : tj-actions/changed-files@v44
16
+ uses : tj-actions/changed-files@v45
17
17
with :
18
18
files : ./website/
19
19
- name : Test Build website
Original file line number Diff line number Diff line change 18
18
19
19
- name : Get changed files in the docs folder
20
20
id : changed-files-specific
21
- uses : tj-actions/changed-files@v44
21
+ uses : tj-actions/changed-files@v45
22
22
with :
23
23
files : ./cmd/relayproxy/helm-charts/**
24
24
You can’t perform that action at this time.
0 commit comments