Skip to content

Commit 62cebec

Browse files
authored
Merge pull request #636 from haskell/dependabot/github_actions/haskell/actions-2
Bump haskell/actions from 1 to 2
2 parents a0c9494 + 3f6019f commit 62cebec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727
# Setup the environment for the tests
2828
- name: Ensure there is a supported ghc versions
29-
uses: haskell/actions/setup@v1
29+
uses: haskell/actions/setup@v2
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
3232
- name: 'Install `tree` for MacOs'

0 commit comments

Comments
 (0)