Skip to content

Commit

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

---
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]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 16c5d0a commit 28f4c8d
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
with:
files: '**.md'
- uses: rojopolis/[email protected]
Expand Down

0 comments on commit 28f4c8d

Please sign in to comment.