From d396e6cb573566dbae8b0f9178848e618419752a Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sat, 14 Feb 2026 18:36:17 +0200 Subject: [PATCH] Update GitHub Actions usage in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c5b3b6..4f72ca4 100644 --- a/README.md +++ b/README.md @@ -188,15 +188,15 @@ docker run filiph/linkcheck All below usage guidelines are valid running on container too. -#### Usage (github action) +#### Usage (GitHub Actions) -``` -uses: filiph/linkcheck@2.0.23 +```yaml +uses: filiph/linkcheck@3.0.0 with: arguments: ``` -All below usage guidelines are valid running as a GitHub action too. +All below usage guidelines are valid running as a GitHub Actions too. ## Usage