Skip to content

Commit

Permalink
Use newer Stack actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Apr 22, 2024
1 parent b72b617 commit 3286dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: mbg/actions/stack/build@v0.1
- uses: mbg/actions/stack/build@v0.1.1
with:
resolver: ${{ matrix.resolver }}
upload-docs: true
2 changes: 1 addition & 1 deletion .github/workflows/stackage-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: mbg/actions/stack/nightly@v0.1
- uses: mbg/actions/stack/nightly@v0.1.1

0 comments on commit 3286dad

Please sign in to comment.