Skip to content

Commit 0f11139

Browse files
Bump haskell/actions from 1 to 1.2.1 (#339)
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 1.2.1. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](haskell/actions@v1...v1.2.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35d53cd commit 0f11139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_and_macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: haskell/actions/setup@v1
22+
- uses: haskell/actions/setup@v1.2.1
2323
id: setup-haskell-cabal
2424
with:
2525
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)