From ee198ad3fa6bb103a400a34d2ed06630edfc01fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:16:24 +0000 Subject: [PATCH] chore(deps): bump haskell-actions/setup from 2.7.6 to 2.10.3 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.6 to 2.10.3. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/dd344bc1cec854a369df8814ce17ef337d6e6170...f9150cb1d140e9a9271700670baa38991e6fa25c) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/security-audit.yml | 4 ++-- .github/workflows/security.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a66135..57066b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 id: setup with: ghc-version: '9.6' diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2377f78..b124d48 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -245,7 +245,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 521fe88..0073da8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,7 +182,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 id: setup with: ghc-version: '9.6' @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10' diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 3d5d130..2535c01 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -163,7 +163,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10' @@ -486,7 +486,7 @@ jobs: cargo cyclonedx --format xml --output-cdx sbom-rust.cdx.xml || true - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b202a0a..a376dc2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -87,7 +87,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10' @@ -223,7 +223,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Haskell - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2.10.3 with: ghc-version: '9.6' cabal-version: '3.10'