Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update tj-actions/changed-files action to v40
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 18, 2023
1 parent 7afaa55 commit 98208e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediawiki-ci.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
- name: Check for script changes
id: changed-javascript
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: 'true'
files: |
@@ -49,7 +49,7 @@ jobs:
- name: Check for stylesheet changes
id: changed-stylesheet
uses: tj-actions/changed-files@v38
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: 'true'
files: |

0 comments on commit 98208e3

Please sign in to comment.