Skip to content

Commit 08de687

Browse files
committed
ci: update maintainer-tools version
I believe that our previous use of the `rev:` key had no effect. We need to use `ref:` with a full commit ID. As written, I think that we were just always pulling master, even though it looked like a commit ID. Anyway we don't use any cool features of rust-bitcoin-maintainer-tools so it doesn't really matter here. But we should pin it properly.
1 parent a39725d commit 08de687

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
26-
rev: b2ac115
26+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
2727
path: maintainer-tools
2828
- name: "Select toolchain"
2929
uses: dtolnay/rust-toolchain@stable
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
49-
rev: b2ac115
49+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
5050
path: maintainer-tools
5151
- name: "Select toolchain"
5252
uses: dtolnay/rust-toolchain@nightly
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070
with:
7171
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
72-
rev: b2ac115
72+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
7373
path: maintainer-tools
7474
- name: "Select toolchain"
7575
uses: dtolnay/rust-toolchain@stable
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@v4
9595
with:
9696
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
97-
rev: b2ac115
97+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
9898
path: maintainer-tools
9999
- name: "Select toolchain"
100100
uses: dtolnay/rust-toolchain@nightly
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v4
120120
with:
121121
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
122-
rev: b2ac115
122+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
123123
path: maintainer-tools
124124
- name: "Select toolchain"
125125
uses: dtolnay/rust-toolchain@stable
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v4
143143
with:
144144
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
145-
rev: b2ac115
145+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
146146
path: maintainer-tools
147147
- name: "Select toolchain"
148148
uses: dtolnay/rust-toolchain@nightly
@@ -165,7 +165,7 @@ jobs:
165165
uses: actions/checkout@v4
166166
with:
167167
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
168-
rev: b2ac115
168+
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
169169
path: maintainer-tools
170170
- name: "Select toolchain"
171171
uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)