mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Update tj-actions/changed-files action to v39 (#11572)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4a6a5055d1
commit
c768e1cf5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n_check.yml
vendored
2
.github/workflows/i18n_check.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: "Get modified files"
|
||||
id: changed_files
|
||||
if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'RiotTranslateBot' && github.event.pull_request.user.login != 't3chguy'
|
||||
uses: tj-actions/changed-files@1aee3621b1c10305ee778298fcf32324684e5448 # v38
|
||||
uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39
|
||||
with:
|
||||
files: |
|
||||
src/i18n/strings/*
|
||||
|
|
Loading…
Reference in a new issue