Skip to content

Commit

Permalink
Merge pull request #24 from ncaq/dependabot/github_actions/freckle/st…
Browse files Browse the repository at this point in the history
…ack-action-5

build(deps): bump freckle/stack-action from 4 to 5
  • Loading branch information
ncaq authored Feb 12, 2024
2 parents 6a50ccb + f7b59b7 commit 6e36a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: generate
uses: freckle/stack-action/generate-matrix@v4
uses: freckle/stack-action/generate-matrix@v5
outputs:
stack-yamls: ${{ steps.generate.outputs.stack-yamls }}
test:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: freckle/stack-action@v4
- uses: freckle/stack-action@v5
with:
stack-yaml: ${{ matrix.stack-yaml }}
- uses: haskell/actions/hlint-setup@v2
Expand Down

0 comments on commit 6e36a64

Please sign in to comment.