Skip to content

Commit 25f053d

Browse files
authored
docs: add commit sha for 5.1.0
1 parent f275313 commit 25f053d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ A GitHub Action for deleting artifacts within the workflow run. This can be usef
1212
| `@v1`, `@v2`, `@v3` | `@v1`, `@v2` |
1313
| `@v4` | ~~@v4~~, `@v5` |
1414

15-
> [!NOTE]
16-
> `geekyeggo/delete-artifact@v4` has been deprecated in favour of `geekyeggo/delete-artifact@v5` which removes the requirement of the `token` parameter.
15+
<!-- prettier-ignore -->
16+
> [!TIP]
17+
> You can reference the immutable commit SHA, instead of a version, for example.
18+
> ```yml
19+
> - uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
20+
> ```
21+
<!-- prettier-ignore-end -->
1722
1823
## ⚡ Usage
1924

0 commit comments

Comments
 (0)