Update actions/checkout action to v5

This commit is contained in:
2025-10-28 21:12:11 +00:00
parent 6a0f600276
commit 3f48bd817c

View File

@@ -77,7 +77,7 @@ jobs:
(github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.merged == false)
|| github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Sync files via scp
uses: appleboy/scp-action@master