Skip to content

Commit

Permalink
docs: update to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 26, 2024
1 parent f885d57 commit 8fa0a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8fa0a90

Please sign in to comment.