summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-11 11:08:31 +0000
committerGitHub <noreply@github.com>2023-05-11 11:08:31 +0000
commit6962d7728fe46b26371c55f72e1112937f26c83c (patch)
tree0d431875413a996512f40427041af0b1b88b64c3
parent532fd10bf859cd7f29622df186aabff980616454 (diff)
build(deps): update xalvarez/prevent-file-change-action action to v1.3.2
-rw-r--r--.github/workflows/format-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml
index 852c95dc0..db8ce40af 100644
--- a/.github/workflows/format-workflow.yml
+++ b/.github/workflows/format-workflow.yml
@@ -35,7 +35,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- 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' }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}