Skip to content

Commit 0d346bc

Browse files
chore(deps): bump haskell-actions/setup from 2.11.0 to 2.12.0 (#1262)
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.11.0 to 2.12.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/haskell-actions/setup/commit/6037f33647c3f17758a2356c80fc4a53d7e0685d"><code>6037f33</code></a> fix: parseYAMLBoolean for enable-stack/stack-no-global/stack-setup-ghc/disabl...</li> <li><a href="https://github.com/haskell-actions/setup/commit/d07e2322e2dc627271ce7ed592ee8aede3a3571a"><code>d07e232</code></a> fix: bump bundled ghcup from 0.1.50.2 to 0.2.6.2</li> <li><a href="https://github.com/haskell-actions/setup/commit/5873697f6c81a169b2dc241c4c1564dfdc4f1598"><code>5873697</code></a> Bump actions/setup-node from 6 to 7</li> <li><a href="https://github.com/haskell-actions/setup/commit/482af4f5a1dc95e70aaaca68602fc00129df2ede"><code>482af4f</code></a> Bump actions/checkout from 6 to 7</li> <li>See full diff in <a href="https://github.com/haskell-actions/setup/compare/cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553...6037f33647c3f17758a2356c80fc4a53d7e0685d">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=haskell-actions/setup&package-manager=github_actions&previous-version=2.11.0&new-version=2.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c039bd3 commit 0d346bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/presubmit-cabal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Setup Haskell Compiler (cabal)
3838
id: setup-haskell
39-
uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
39+
uses: haskell-actions/setup@6037f33647c3f17758a2356c80fc4a53d7e0685d # v2.12.0
4040
with:
4141
ghc-version: ${{ matrix.ghc }}
4242

.github/workflows/presubmit-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Setup Haskell Compiler (stack)
3232
id: setup-haskell
33-
uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
33+
uses: haskell-actions/setup@6037f33647c3f17758a2356c80fc4a53d7e0685d # v2.12.0
3434
with:
3535
enable-stack: true
3636
stack-no-global: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Setup Haskell Compiler (cabal)
2929
id: setup-haskell
30-
uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2.11.0
30+
uses: haskell-actions/setup@6037f33647c3f17758a2356c80fc4a53d7e0685d # v2.12.0
3131
with:
3232
ghc-version: ${{ env.ghc }}
3333

0 commit comments

Comments
 (0)