From b716ccb6645355dd9fcce8002ce460e5474f7f00 Mon Sep 17 00:00:00 2001 From: Roman Nazarenko Date: Sat, 3 Feb 2024 12:42:13 +0000 Subject: [PATCH] Bump version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5edf1..91da1bd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A cURL-based post-deploy health check with build-in redirect & retry. An quick & ```yaml steps: - name: Check the deployed service URL - uses: jtalk/url-health-check-action@v3 + uses: jtalk/url-health-check-action@v4 with: # Check the following URLs one by one sequentially url: https://example.com|http://example.com