Skip to content

Commit

Permalink
Bump haskell/actions from 2.4.3 to 2.4.4 (#758)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 6759902 commit ea5ec17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
with:
ghc-version: ${{ matrix.ghc }}

Expand Down
2 changes: 1 addition & 1 deletion .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@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
with:
enable-stack: true
stack-no-global: true
Expand Down
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@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
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@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/hlint-setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4

- name: Run HLint
uses: haskell/actions/hlint-run@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/hlint-run@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
with:
path: .
fail-on: warning
Expand Down

0 comments on commit ea5ec17

Please sign in to comment.