diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-08 15:07:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 15:07:44 +0530 |
commit | 58c813ef96e9463fb7d30f48e7a57ba20e79ac3f (patch) | |
tree | 4359572f7493580a665ed3c14ff6a6451ba1d6e5 /.github/workflows/sync_crowdin.yml | |
parent | c9f6d2747572ccef94285b578e193c3c72cbe4e1 (diff) |
chore(deps): update peter-evans/create-pull-request action to v4.0.3 (#1902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index b36181c2..c4dce350 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -30,7 +30,7 @@ jobs: run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.2 + uses: peter-evans/create-pull-request@v4.0.3 if: "env.UPDATED == 'true'" with: assignees: msfjarvis |