File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 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:
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 :
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 }}
You can’t perform that action at this time.
0 commit comments