mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-27 17:50:55 +00:00
build(deps): bump tj-actions/changed-files from 31 to 32 (#65)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 31 to 32. - [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/v31...v32) --- 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> 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
72dbdf820c
commit
5217b356d8
8
.github/workflows/mediawiki.yml
vendored
8
.github/workflows/mediawiki.yml
vendored
|
@ -40,21 +40,21 @@ jobs:
|
||||||
# Check for changed files
|
# Check for changed files
|
||||||
- name: Check for PHP changes
|
- name: Check for PHP changes
|
||||||
id: changed-php
|
id: changed-php
|
||||||
uses: tj-actions/changed-files@v31
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
includes/**/*.php
|
includes/**/*.php
|
||||||
|
|
||||||
- name: Check for script changes
|
- name: Check for script changes
|
||||||
id: changed-script
|
id: changed-script
|
||||||
uses: tj-actions/changed-files@v31
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
resources/**/*.js
|
resources/**/*.js
|
||||||
|
|
||||||
- name: Check for stylesheet changes
|
- name: Check for stylesheet changes
|
||||||
id: changed-stylesheet
|
id: changed-stylesheet
|
||||||
uses: tj-actions/changed-files@v31
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
resources/**/*.css
|
resources/**/*.css
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
- name: Check for i18n changes
|
- name: Check for i18n changes
|
||||||
id: changed-i18n
|
id: changed-i18n
|
||||||
uses: tj-actions/changed-files@v31
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
i18n/*.json
|
i18n/*.json
|
||||||
|
|
Loading…
Reference in a new issue