Skip to content

Commit

Permalink
Bump haskell-actions/setup from 2.7.3 to 2.7.4
Browse files Browse the repository at this point in the history
Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@v2.7.3...v2.7.4)

---
updated-dependencies:
- dependency-name: haskell-actions/setup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 5a354b7 commit 4885f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/stack.yaml.lock','**/gitlab-helper.cabal') }}-v2
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-
- uses: haskell-actions/[email protected].3
- uses: haskell-actions/[email protected].4
with:
ghc-version: "9.4.8"
enable-stack: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
tagRegexGroup: 1

- name: Setup Haskell
uses: haskell-actions/[email protected].3
uses: haskell-actions/[email protected].4
with:
ghc-version: 9.6.5
enable-stack: true
Expand Down

0 comments on commit 4885f8d

Please sign in to comment.