Update actions/checkout action to v5 #16

Merged
kovagoadi merged 1 commits from renovate/actions-checkout-5.x into main 2025-10-28 22:17:46 +01:00

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