Skip to content

Commit

Permalink
Bump haskell/actions from 2.4.3 to 2.4.4 (#32)
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@d6a7b31...fc67539)

---
updated-dependencies:
- dependency-name: haskell/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 5c2530b commit 9e0e976
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Setup Haskell
uses: haskell/actions/setup@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4

- name: Build artifacts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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
2 changes: 1 addition & 1 deletion .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Setup Haskell
uses: haskell/actions/setup@d6a7b316f66cd8a730ed619cdc80c276df942196 # v2.4.3
uses: haskell/actions/setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
with:
enable-stack: true

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 9e0e976

Please sign in to comment.