Skip to content

Commit

Permalink
update action reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-day committed Mar 27, 2020
1 parent 82acba1 commit 0749946
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 @@ -26,7 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: craig-day/setup-dhall@v2
- uses: dhall-lang/setup-dhall@v2
- run: dhall version
```
Expand All @@ -37,7 +37,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: craig-day/setup-dhall@v2
- uses: dhall-lang/setup-dhall@v2
with:
version: '1.28.0'
- run: dhall version
Expand Down

0 comments on commit 0749946

Please sign in to comment.