chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 15:15:56 +00:00 committed by Kavin
parent 6d7e18b587
commit b367f17524
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ jobs:
merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check if en.json has been updated
run: |
if -n git diff ${{ github.event.pull_request.base.sha }}..${{ github.sha }} src/locales/en.json; then