File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2121By 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>
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 : " ./..."
You can’t perform that action at this time.
0 commit comments