From d03e5456a3e2064f3c14d0e8727c820dfee406be Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 22 Aug 2024 17:19:08 +0000 Subject: [PATCH] ci: fix `rev` to be `ref` when pinning bitcoin-maintainer-tools 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. --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3e5c3af11..9291bdbbf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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