Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 43 to 44
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44.
- [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@v43...v44)

---
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 Mar 27, 2024
1 parent 7cd787a commit cf31f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediawiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
# Check for changed files
- name: Check for PHP changes
id: changed-php
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
includes/**/*.php
- name: Check for i18n changes
id: changed-i18n
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
Expand Down

0 comments on commit cf31f9a

Please sign in to comment.