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

This commit is contained in:
renovate[bot]
2025-08-11 13:36:56 +00:00
committed by Kavin
parent 38fc718589
commit 2da5b1ce65
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@v4
- uses: actions/checkout@v5
- 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