From 4e5b2d2bba83ea89a4eb6ff867c3da5bd5191004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:58:12 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/health_monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/health_monitor.yaml b/.github/workflows/health_monitor.yaml index fb0689f..0752b59 100644 --- a/.github/workflows/health_monitor.yaml +++ b/.github/workflows/health_monitor.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up endpoint monitoring run: |