Skip to content

Commit

Permalink
Merge pull request #100 from ethercrow/dependabot/github_actions/hask…
Browse files Browse the repository at this point in the history
…ell/actions-2.3.5

Bump haskell/actions from 2.0.0 to 2.3.5
  • Loading branch information
ethercrow authored Oct 12, 2023
2 parents aba94d1 + 7eb884f commit 955322d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
path: dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}-dist-newstyle
- uses: haskell/actions/setup@v2.0.0
- uses: haskell/actions/setup@v2.3.5
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.6'
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
path: dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}-dist-newstyle
- uses: haskell/actions/setup@v2.0.0
- uses: haskell/actions/setup@v2.3.5
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.6'
Expand Down

0 comments on commit 955322d

Please sign in to comment.