Skip to content

Commit 488d103

Browse files
Bump brettcannon/check-for-changed-files from 1 to 1.1.0 (#16220)
Bumps [brettcannon/check-for-changed-files](https://github.com/brettcannon/check-for-changed-files) from 1 to 1.1.0. - [Release notes](https://github.com/brettcannon/check-for-changed-files/releases) - [Commits](brettcannon/check-for-changed-files@v1...v1.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea7f404 commit 488d103

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 'News entry'
19-
uses: brettcannon/check-for-changed-files@v1
19+
uses: brettcannon/check-for-changed-files@v1.1.0
2020
with:
2121
file-pattern: 'news/*/*.md'
2222
skip-label: 'skip news'
2323
failure-message: 'News entry file missing; see news/README.md for instructions (the ${skip-label} label can be used to pass this check)'
2424

2525
- 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
2727
with:
2828
prereq-pattern: 'package.json'
2929
file-pattern: 'package-lock.json'
3030
skip-label: 'skip package*.json'
3131
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
3232

3333
- 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
3535
with:
3636
prereq-pattern: 'package-lock.json'
3737
file-pattern: 'package.json'
3838
skip-label: 'skip package*.json'
3939
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
4040

4141
- name: 'Tests'
42-
uses: brettcannon/check-for-changed-files@v1
42+
uses: brettcannon/check-for-changed-files@v1.1.0
4343
with:
4444
prereq-pattern: src/**/*.ts
4545
file-pattern: |

0 commit comments

Comments
 (0)