mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
build(deps): bump tj-actions/changed-files from 35 to 36 (#93)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 36. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v36) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d3d1e1090
commit
5fbc5d688a
8
.github/workflows/mediawiki.yml
vendored
8
.github/workflows/mediawiki.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
# Check for changed files
|
||||
- name: Check for PHP changes
|
||||
id: changed-php
|
||||
uses: tj-actions/changed-files@v35
|
||||
uses: tj-actions/changed-files@v36
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Check for script changes
|
||||
id: changed-script
|
||||
uses: tj-actions/changed-files@v35
|
||||
uses: tj-actions/changed-files@v36
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Check for stylesheet changes
|
||||
id: changed-stylesheet
|
||||
uses: tj-actions/changed-files@v35
|
||||
uses: tj-actions/changed-files@v36
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- name: Check for i18n changes
|
||||
id: changed-i18n
|
||||
uses: tj-actions/changed-files@v35
|
||||
uses: tj-actions/changed-files@v36
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: |
|
||||
|
|
Loading…
Reference in a new issue