Skip to content

Commit

Permalink
README.md: update deadcode-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdargan committed Dec 17, 2023
1 parent 865e782 commit 96e07eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use the deadcode GitHub Action add the following step to your workflow:

```yml
- id: deadcode
uses: lost-coders/deadcode-action@v1
uses: lost-coders/deadcode-action@v0.1.0
```
By default, the deadcode Github Action will run with the
Expand All @@ -33,7 +33,7 @@ use the following syntax:

```yml
- id: deadcode
uses: lost-coders/deadcode-action@v1
uses: lost-coders/deadcode-action@v0.1.0
with:
go-version: <your-Go-version>
go-package: <your-package-pattern>
Expand All @@ -51,7 +51,7 @@ jobs:
name: Run deadcode
steps:
- id: deadcode
uses: lost-coders/deadcode-action@v1
uses: lost-coders/deadcode-action@v0.1.0
with:
go-version: "1.21"
go-package: "./..."
Expand Down

0 comments on commit 96e07eb

Please sign in to comment.