Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files in /.github/workflows (#141)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41.
- [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@v40...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

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 Jan 8, 2024
1 parent a1008f3 commit 6e3c871
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
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@v40
uses: tj-actions/changed-files@v41
with:
files: '**.md'
- uses: rojopolis/[email protected]
Expand Down

0 comments on commit 6e3c871

Please sign in to comment.