Skip to content

Commit

Permalink
ci: fix rev to be ref when pinning bitcoin-maintainer-tools
Browse files Browse the repository at this point in the history
Apparently the `checkout` action will just grab random shit in the case
that you configure it with an unknown key. There is a warning in the
middle of the CI output so ok, I guess there's that.

This commit does not change the pinned version of
rust-bitcoin-maintainer-tools, though we do want to update the pin,
because I want to make sure that the pin is actually working.
  • Loading branch information
apoelstra committed Aug 22, 2024
1 parent d04b6aa commit d03e545
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Expand All @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Expand All @@ -186,7 +186,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
ref: b2ac11556708cd0fb82c8139ff38b1be8d4a62e1
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Expand Down

0 comments on commit d03e545

Please sign in to comment.