build(deps): update xalvarez/prevent-file-change-action action to v1.6.0
This commit is contained in:
parent
8dbdbc79b2
commit
679fcc9c93
|
@ -35,7 +35,7 @@ jobs:
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Prevent File Change
|
- name: Prevent File Change
|
||||||
uses: xalvarez/prevent-file-change-action@v1.5.1
|
uses: xalvarez/prevent-file-change-action@v1.6.0
|
||||||
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
|
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue