File tree 2 files changed +15
-5
lines changed 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
46
46
name : Build
47
47
runs-on : ${{ matrix.os }}
48
48
steps :
49
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
49
+ - uses : actions/checkout@v4
50
50
name : Checkout
51
51
52
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
52
+ - uses : actions/checkout@v4
53
53
name : Checkout bitcoin-core/secp256k1
54
54
with :
55
55
repository : bitcoin-core/secp256k1
56
- ref : 1ad5185cd42c0636104129fcc9f6a4bf9c67cc40
56
+ ref : v0.5.1
57
57
path : lib/secp256k1
58
58
59
- - uses : haskell-actions/setup@64aa5146ed5bd91f181552b8b5fbe50fbd2bd3fe
59
+ - uses : haskell-actions/setup@v2
60
60
name : Setup Haskell
61
61
id : setup-haskell
62
62
with :
65
65
66
66
- name : Cache
67
67
id : cache
68
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
68
+ uses : actions/cache@v4.2.3
69
69
with :
70
70
path : |
71
71
${{ steps.setup-haskell.outputs.stack-root }}
You can’t perform that action at this time.
0 commit comments