Skip to content

Commit

Permalink
Haskell CI: bump actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 2, 2023
1 parent b00ccc8 commit b4f8fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Haskell CI

on:
on:
push:
branches:
- master
Expand All @@ -21,10 +21,10 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Haskell toolchain
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup
with:
ghc-version: ${{ matrix.ghc-version }}
Expand Down

0 comments on commit b4f8fe2

Please sign in to comment.