Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 41 to 43 (#147)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 43.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v41...v43)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 1e96421 commit e1649d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4
- name: list changed yaml files
id: changedfiles
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files: |
**.yml
Expand All @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v4
- name: list changed markdown files
id: changedfiles
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files: '**.md'
- name: lint markdown files
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4
- name: list changed markdown files
id: changedfiles
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files: '**.md'
- uses: rojopolis/[email protected]
Expand Down

0 comments on commit e1649d2

Please sign in to comment.