Skip to content

Commit 96e07eb

Browse files
committed
README.md: update deadcode-action version
1 parent 865e782 commit 96e07eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use the deadcode GitHub Action add the following step to your workflow:
1515

1616
```yml
1717
- id: deadcode
18-
uses: lost-coders/deadcode-action@v1
18+
uses: lost-coders/deadcode-action@v0.1.0
1919
```
2020
2121
By default, the deadcode Github Action will run with the
@@ -33,7 +33,7 @@ use the following syntax:
3333

3434
```yml
3535
- id: deadcode
36-
uses: lost-coders/deadcode-action@v1
36+
uses: lost-coders/deadcode-action@v0.1.0
3737
with:
3838
go-version: <your-Go-version>
3939
go-package: <your-package-pattern>
@@ -51,7 +51,7 @@ jobs:
5151
name: Run deadcode
5252
steps:
5353
- id: deadcode
54-
uses: lost-coders/deadcode-action@v1
54+
uses: lost-coders/deadcode-action@v0.1.0
5555
with:
5656
go-version: "1.21"
5757
go-package: "./..."

0 commit comments

Comments
 (0)