Merge pull request #106 from lordmathis/renovate/actions-checkout-5.x

Update actions/checkout action to v5
This commit is contained in:
2025-08-11 17:58:57 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Set up endpoint monitoring - name: Set up endpoint monitoring
run: | run: |