1
0
mirror of https://github.com/starship/starship.git synced 2025-07-03 16:20:51 +02:00

build(deps): update xalvarez/prevent-file-change-action action to v1.3.2

This commit is contained in:
renovate[bot]
2023-05-11 11:08:31 +00:00
committed by GitHub
parent 532fd10bf8
commit 6962d7728f

@ -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.3.1 uses: xalvarez/prevent-file-change-action@v1.3.2
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 }}