mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-28 15:40:25 +00:00
chore(deps): update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/weblate-merge.yml
vendored
2
.github/workflows/weblate-merge.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user