Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 23, 2024
1 parent 6b9e834 commit c2e05c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Simple usage:

steps:
- uses: actions/checkout@v4
- uses: tweag/[email protected].2
- uses: tweag/[email protected].3

More advanced example with customized command line options:

steps:
- name: checkout
uses: actions/checkout@v4
- name: fawltydeps lint
uses: tweag/[email protected].2
uses: tweag/[email protected].3
with:
options: --list-sources --list-imports --list-deps --detailed

Expand Down

0 comments on commit c2e05c0

Please sign in to comment.