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

This commit is contained in:
renovate[bot]
2026-03-26 17:47:54 +00:00
committed by Kavin
parent f4cff445c3
commit 3c54f70dae
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@v5
- uses: actions/checkout@v6
- 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