File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : ' package-lock.json matches package.json'
20
- uses : brettcannon/check-for-changed-files@v1.1.1
20
+ uses : brettcannon/check-for-changed-files@v1.2.0
21
21
with :
22
22
prereq-pattern : ' package.json'
23
23
file-pattern : ' package-lock.json'
24
24
skip-label : ' skip package*.json'
25
25
failure-message : ' ${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
26
26
27
27
- name : ' package.json matches package-lock.json'
28
- uses : brettcannon/check-for-changed-files@v1.1.1
28
+ uses : brettcannon/check-for-changed-files@v1.2.0
29
29
with :
30
30
prereq-pattern : ' package-lock.json'
31
31
file-pattern : ' package.json'
32
32
skip-label : ' skip package*.json'
33
33
failure-message : ' ${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
34
34
35
35
- name : ' Tests'
36
- uses : brettcannon/check-for-changed-files@v1.1.1
36
+ uses : brettcannon/check-for-changed-files@v1.2.0
37
37
with :
38
38
prereq-pattern : src/**/*.ts
39
39
file-pattern : |
You can’t perform that action at this time.
0 commit comments