From e6ebead2a8b0bcaafe4b33938874b027915ca236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:44:37 +0000 Subject: [PATCH] Bump haskell-actions/setup in the github-actions group Bumps the github-actions group with 1 update: [haskell-actions/setup](https://github.com/haskell-actions/setup). Updates `haskell-actions/setup` from 2.7.8 to 2.7.9 - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/f5975f0810e252c045abd64a590c955a63f848db...bbd90a29996ac33b1c644a42206e312fc0379748) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cabal-ci.yml | 2 +- .github/workflows/stack-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cabal-ci.yml b/.github/workflows/cabal-ci.yml index 3bbae9eb..342b8e83 100644 --- a/.github/workflows/cabal-ci.yml +++ b/.github/workflows/cabal-ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4.2.2 with: submodules: true - - uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8 + - uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9 with: ghc-version: ${{ matrix.version.ghc }} cabal-version: ${{ matrix.version.cabal }} diff --git a/.github/workflows/stack-ci.yml b/.github/workflows/stack-ci.yml index 1052a228..58b087c2 100644 --- a/.github/workflows/stack-ci.yml +++ b/.github/workflows/stack-ci.yml @@ -83,7 +83,7 @@ jobs: # Install Stack without GHC first, so we have an opportunity to cache the # Pantry package index. - name: Install Stack - uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8 + uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9 id: setup-stack with: enable-stack: true