Skip to content

Commit 107d0fc

Browse files
committed
bump action
1 parent fbf6cee commit 107d0fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/bump.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Create dependency bump PR
2+
on:
3+
# allows manual triggering from https://github.com/../../actions/workflows/bump.yml
4+
workflow_dispatch:
5+
# runs weekly on Thursday at 8:00
6+
schedule:
7+
- cron: '0 8 * * 4'
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
13+
jobs:
14+
bump:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: nomeata/haskell-bounds-bump-action@main
18+
with:
19+
test: false

0 commit comments

Comments
 (0)