From e6a7e09d659114273ad0fef4e5bb4652cc9ea061 Mon Sep 17 00:00:00 2001 From: Evan Laforge Date: Fri, 13 Sep 2024 22:01:19 -0700 Subject: [PATCH] replace deprecated haskell/actions with haskell-actions --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b63a208..845b036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - gh-actions pull_request: {} # Validate all PRs defaults: @@ -35,8 +36,8 @@ jobs: - os: windows-latest ghc: '9.10' steps: - - uses: actions/checkout@v2 - - uses: haskell/actions/setup@v1 + - uses: actions/checkout@v4 + - uses: haskell-actions/setup@v2 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}