We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8961a86 commit 3b1df5dCopy full SHA for 3b1df5d
1 file changed
.github/workflows/update-toolchains.yml
@@ -0,0 +1,17 @@
1
+name: Update Toolchains
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 0 * * 7'
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
12
+jobs:
13
+ update-stable:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+ - uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-stable@master
0 commit comments