From cf4d2dcf98019a6819a94541b150302dd9639ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:54:57 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.4 to 2.4.7 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.4 to 2.4.7. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.4...v2.4.7) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/haskell-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-api.yml b/.github/workflows/haskell-api.yml index 1a3da58..a618432 100644 --- a/.github/workflows/haskell-api.yml +++ b/.github/workflows/haskell-api.yml @@ -22,7 +22,7 @@ jobs: - name: "Check out zfex sources" uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.4.4 + - uses: haskell/actions/setup@v2.4.7 - name: "Update cabal package database" run: cabal new-update @@ -63,7 +63,7 @@ jobs: - name: "Check out zfex sources" uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.4.4 + - uses: haskell/actions/setup@v2.4.7 - name: "Update cabal package database" run: cabal new-update