Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 42 to 44 (#121)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 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@v42...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent b59332e commit 8a14d29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mediawiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ jobs:
# Check for changed files
- name: Check for PHP changes
id: changed-php
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
includes/**/*.php
- name: Check for script changes
id: changed-script
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
modules/**/*.js
- name: Check for stylesheet changes
id: changed-stylesheet
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Check for i18n changes
id: changed-i18n
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
Expand Down

0 comments on commit 8a14d29

Please sign in to comment.