Update actions/checkout action to v5 #7

Merged
kovagoadi merged 1 commits from renovate/actions-checkout-5.x into main 2025-10-28 22:21:56 +01:00
Showing only changes of commit 1a026deddf - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
steps:
# Step 1: Check out the repository so your config file is available
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
# Step 2: Run the official Renovate action
- name: Self-hosted Renovate