Skip to content

Commit

Permalink
Bump haskell/actions/* to v2.4.0 (#736)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac authored May 7, 2023
1 parent 207d075 commit da0004b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Setup Haskell Compiler (cabal)
id: setup-haskell
uses: haskell/actions/setup@14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1 # v2.3.8
uses: haskell/actions/setup@9c0664b388ccf0c42d216435e3b42648d4a73b57 # v2.4.0
with:
ghc-version: ${{ matrix.ghc }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/presubmit-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Haskell Compiler (stack)
id: setup-haskell
uses: haskell/actions/setup@14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1 # v2.3.8
uses: haskell/actions/setup@9c0664b388ccf0c42d216435e3b42648d4a73b57 # v2.4.0
with:
enable-stack: true
stack-no-global: true
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
run: stack bench --resolver=${{ matrix.resolver }}

- name: Generate documentation
run: stack haddock --resolver=${{ matrix.resolver }}
run: stack haddock --resolver=${{ matrix.resolver }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Setup Haskell Compiler (cabal)
id: setup-haskell
uses: haskell/actions/setup@14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1 # v2.3.8
uses: haskell/actions/setup@9c0664b388ccf0c42d216435e3b42648d4a73b57 # v2.4.0
with:
ghc-version: ${{ env.ghc }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
persist-credentials: false

- name: Set up HLint
uses: haskell/actions/hlint-setup@14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1 # v2.3.8
uses: haskell/actions/hlint-setup@9c0664b388ccf0c42d216435e3b42648d4a73b57 # v2.4.0

- name: Run HLint
uses: haskell/actions/hlint-run@14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1 # v2.3.8
uses: haskell/actions/hlint-run@9c0664b388ccf0c42d216435e3b42648d4a73b57 # v2.4.0
with:
path: .
fail-on: warning
Expand Down

0 comments on commit da0004b

Please sign in to comment.