Skip to content

Commit 6e3fa81

Browse files
Bump haskell/actions from 1 to 1.2.1
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]>
1 parent 948326c commit 6e3fa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ghc: ['9.0', '8.10', '8.8', '8.6', '8.4', '8.2']
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: haskell/actions/setup@v1
23+
- uses: haskell/actions/setup@v1.2.1
2424
id: setup-haskell-cabal
2525
with:
2626
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)