Skip to content

Commit

Permalink
Merge #131: Update to latest run_task script
Browse files Browse the repository at this point in the history
3c34f7b Update to latest run_task script (Tobin C. Harding)

Pull request description:

  Update the commit hash of `rust-bitcoin-maintainer-tools` to get at the latest version of `run_task`.

ACKs for top commit:
  apoelstra:
    ACK 3c34f7b; successfully ran local tests

Tree-SHA512: f206cfba994f413982725fb2db5872bbe3e5af0f5273092e93d310eeffa291d2e4dcd7dd2f9629c32533baf156e310cd705344e0bee7e8e9eed29cffc4d8fa4a
  • Loading branch information
apoelstra committed Dec 31, 2024
2 parents a23dad9 + 3c34f7b commit 22d39c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yaml
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
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
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Expand Down

0 comments on commit 22d39c9

Please sign in to comment.