Skip to content

Commit 474b80a

Browse files
committed
Bump CI workflows
1 parent c699e3d commit 474b80a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/build.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
name: Build
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
jobs:
610
build:
711
runs-on: ubuntu-latest
812
steps:
9-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1014
- name: Set up Haskell and Stack
11-
uses: haskell/actions/setup@v1
15+
uses: haskell-actions/setup@v2
1216
with:
1317
enable-stack: true
1418
stack-version: 'latest'

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up Haskell Stack
14-
uses: haskell/actions/setup@v1
14+
uses: haskell-actions/setup@v2
1515
with:
1616
enable-stack: true
1717
stack-version: 'latest'

0 commit comments

Comments
 (0)