From 8fa0a90d8906e99d4af21363cc075538006b1be5 Mon Sep 17 00:00:00 2001 From: Outvi V Date: Fri, 26 Jan 2024 22:16:12 +0800 Subject: [PATCH] docs: update to v1.5.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6fd9ad..d949677 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ With `auto-match: true` it searches for the first URL wrapped in `()` brackets. For example, you can let it pick the first `[]()` format URL from Markdown: ``` yaml -- uses: suisei-cn/actions-download-file@v1.4.0 +- uses: suisei-cn/actions-download-file@v1.5.1 id: downloadfile # Remember to give an ID if you need the output name: Download the file with: @@ -23,7 +23,7 @@ For example, you can let it pick the first `[]()` format URL from Markdown: Finding the first `[]()` format URL from a comment event is also working, which is the primary aim of this action: ``` yaml -- uses: suisei-cn/actions-download-file@v1.4.0 +- uses: suisei-cn/actions-download-file@v1.5.1 id: downloadfile # Remember to give an ID if you need the output name: Download the file with: