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