Skip to content

Commit

Permalink
Bump haskell/actions from 1 to 2 (#1433)
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/haskell/actions/commit/ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91"><code>ce6c3a6</code></a>
<code>haskell/actions/*</code> actions are deprecated (<a
href="https://redirect.github.com/haskell/actions/issues/301">#301</a>)</li>
<li><a
href="https://github.com/haskell/actions/commit/0249dc75a86d51ed8458f9c55993996d3d3331b9"><code>0249dc7</code></a>
Bump <code>@​types/node</code> from 20.2.5 to 20.5.7 in /setup</li>
<li><a
href="https://github.com/haskell/actions/commit/a99601b177e00b98c78b6f6de680a101cf1c619d"><code>a99601b</code></a>
setup/README: <code>ghc-version: latest-nightly</code></li>
<li><a
href="https://github.com/haskell/actions/commit/3501ebbdda1223788cc53341fd2ba4b43cf85800"><code>3501ebb</code></a>
Add suport for GHC nightlies via GHCup (<a
href="https://redirect.github.com/haskell/actions/issues/279">#279</a>)</li>
<li><a
href="https://github.com/haskell/actions/commit/25533b91feb1ba7a5ebf5153baec1af91f43a940"><code>25533b9</code></a>
CI: add GHC 9.4, retire 9.2.5/win</li>
<li><a
href="https://github.com/haskell/actions/commit/14995548da8c19d776054959981f8a07a3583e42"><code>1499554</code></a>
Add GHC 9.4.6, bump ghcup to 0.1.19.5</li>
<li><a
href="https://github.com/haskell/actions/commit/37ed2024e560f1f64341b51ed120ee85f87e8a48"><code>37ed202</code></a>
Bump lint-staged from 13.2.2 to 13.2.3 in /setup</li>
<li><a
href="https://github.com/haskell/actions/commit/04f05dda317ee9415c180f492e8e1cc8ab1e556c"><code>04f05dd</code></a>
Bump eslint from 8.41.0 to 8.46.0 in /setup</li>
<li><a
href="https://github.com/haskell/actions/commit/cb4f42ad68e90644f5361b901473f7954a824efb"><code>cb4f42a</code></a>
Bump <code>@​types/node</code> from 20.3.3 to 20.4.5 in
/hlint-setup</li>
<li><a
href="https://github.com/haskell/actions/commit/a43a20f6daf58b0db04df56a0e9b5b7aa8b4e9e0"><code>a43a20f</code></a>
Bump <code>@​types/node</code> from 20.3.3 to 20.4.5 in /hlint-run</li>
<li>Additional commits viewable in <a
href="https://github.com/haskell/actions/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=haskell/actions&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 26aa9f4 commit f8b9c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work-
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
enable-stack: true

Expand Down

0 comments on commit f8b9c2f

Please sign in to comment.