Skip to content

Commit

Permalink
Bump umani/changed-files from 4.0.1 to 4.1.0 (#10954)
Browse files Browse the repository at this point in the history
Bumps [umani/changed-files](https://github.com/umani/changed-files) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/umani/changed-files/releases)
- [Commits](umani/changed-files@0239328...d7f842d)

---
updated-dependencies:
- dependency-name: umani/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jordan Krage <[email protected]>
  • Loading branch information
dependabot[bot] and jmank88 authored Oct 16, 2023
1 parent 1227169 commit fd1369c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Check for changed files
id: changedfiles
uses: umani/changed-files@0239328a3a6268aad16af7c3e4efc78e32d6c0f0 # Version 4.0.1
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # Version 4.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pattern: '^docs/CHANGELOG.*$'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Check for changed files
id: changedfiles
uses: umani/changed-files@0239328a3a6268aad16af7c3e4efc78e32d6c0f0 # Version 4.0.1
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # Version 4.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pattern: '^(?!.*node_modules).*README\.md$'
Expand Down

0 comments on commit fd1369c

Please sign in to comment.