Skip to content

Commit

Permalink
Bump brettcannon/check-for-changed-files from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [brettcannon/check-for-changed-files](https://github.com/brettcannon/check-for-changed-files) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/brettcannon/check-for-changed-files/releases)
- [Commits](brettcannon/check-for-changed-files@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: brettcannon/check-for-changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2023
1 parent 807b9fe commit 36c3a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-file-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'package-lock.json matches package.json'
uses: brettcannon/check-for-changed-files@v1.1.0
uses: brettcannon/check-for-changed-files@v1.1.1
with:
prereq-pattern: 'package.json'
file-pattern: 'package-lock.json'
skip-label: 'skip package*.json'
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'

- name: 'package.json matches package-lock.json'
uses: brettcannon/check-for-changed-files@v1.1.0
uses: brettcannon/check-for-changed-files@v1.1.1
with:
prereq-pattern: 'package-lock.json'
file-pattern: 'package.json'
skip-label: 'skip package*.json'
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'

- name: 'Tests'
uses: brettcannon/check-for-changed-files@v1.1.0
uses: brettcannon/check-for-changed-files@v1.1.1
with:
prereq-pattern: src/**/*.ts
file-pattern: |
Expand Down

0 comments on commit 36c3a98

Please sign in to comment.