Skip to content

Commit

Permalink
Bump haskell/actions from 2.4.6 to 2.4.7
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.6 to 2.4.7.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@a99601b...ce6c3a6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent f188ed8 commit 4721e91
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@a99601b177e00b98c78b6f6de680a101cf1c619d # v2.4.6
uses: haskell/actions/setup@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 # v2.4.7
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@a99601b177e00b98c78b6f6de680a101cf1c619d # v2.4.6
uses: haskell/actions/setup@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 # v2.4.7
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@a99601b177e00b98c78b6f6de680a101cf1c619d # v2.4.6
uses: haskell/actions/setup@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 # v2.4.7
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@a99601b177e00b98c78b6f6de680a101cf1c619d # v2.4.6
uses: haskell/actions/hlint-setup@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 # v2.4.7

- name: Run HLint
uses: haskell/actions/hlint-run@a99601b177e00b98c78b6f6de680a101cf1c619d # v2.4.6
uses: haskell/actions/hlint-run@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 # v2.4.7
with:
path: .
fail-on: warning
Expand Down

0 comments on commit 4721e91

Please sign in to comment.