Skip to content

Commit 0fb36bb

Browse files
Bump haskell-actions/setup in the github-actions group (#502)
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](haskell-actions/setup@f5975f0...bbd90a2) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac697c7 commit 0fb36bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cabal-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4.2.2
1616
with:
1717
submodules: true
18-
- uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
18+
- uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9
1919
with:
2020
ghc-version: ${{ matrix.version.ghc }}
2121
cabal-version: ${{ matrix.version.cabal }}

.github/workflows/stack-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Install Stack without GHC first, so we have an opportunity to cache the
8484
# Pantry package index.
8585
- name: Install Stack
86-
uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
86+
uses: haskell-actions/setup@bbd90a29996ac33b1c644a42206e312fc0379748 # v2.7.9
8787
id: setup-stack
8888
with:
8989
enable-stack: true

0 commit comments

Comments
 (0)