Skip to content

Commit 5b011b2

Browse files
authored
Change action version to v1-beta
Updated the action version from v1 to v1-beta in the README.
1 parent 52b4448 commit 5b011b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ This only supports Linux, if you want to run on Windows or MACOS runners you wil
99
When using this action it should be noted that the license input should basically always be a secret.
1010

1111
```yaml
12-
uses: Vector35/setup-binary-ninja@v1
12+
uses: Vector35/setup-binary-ninja@v1-beta
1313
with:
1414
license: '${{ secrets.BN_SERIAL }}'
1515
```
1616
1717
## Example workflows
1818
19-
- [binja-msvc](https://github.com/emesare/binja-msvc/actions/runs/5149259751/jobs/9272034289)
19+
- [binja-msvc](https://github.com/emesare/binja-msvc/)
2020
2121
## Inputs
2222

0 commit comments

Comments
 (0)