Skip to content

Commit e75da62

Browse files
committed
add dependabot, update build
1 parent 63a3d0b commit e75da62

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
# Check for updates to GitHub Actions every week
10+
interval: "weekly"

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
name: Build
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
49+
- uses: actions/checkout@v4
5050
name: Checkout
5151

52-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
52+
- uses: actions/checkout@v4
5353
name: Checkout bitcoin-core/secp256k1
5454
with:
5555
repository: bitcoin-core/secp256k1
56-
ref: 1ad5185cd42c0636104129fcc9f6a4bf9c67cc40
56+
ref: v0.5.1
5757
path: lib/secp256k1
5858

59-
- uses: haskell-actions/setup@64aa5146ed5bd91f181552b8b5fbe50fbd2bd3fe
59+
- uses: haskell-actions/setup@v2
6060
name: Setup Haskell
6161
id: setup-haskell
6262
with:
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache
6767
id: cache
68-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
68+
uses: actions/cache@v4.2.3
6969
with:
7070
path: |
7171
${{ steps.setup-haskell.outputs.stack-root }}

0 commit comments

Comments
 (0)