Skip to content

Commit ebb0d07

Browse files
committed
Merge #62: Github actions only understand full hash revs
15f9fc1 Github actions only understand full hash revs (Nick Johnson) Pull request description: Lesson learned, github actions only supports full hashes. ACKs for top commit: tcharding: ACK 15f9fc1 Tree-SHA512: d5d57086535d591a05c0cda8ed1fdd6c8b25d05410da81541ebab1b2830fc4c7b3afa76d6730f0c218ced2d0d13a084d703cf5529ec465d7c739e3e665b49e2a
2 parents ac8e6bc + 15f9fc1 commit ebb0d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-toolchains.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-nightly@320a06a
18-
- uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-stable@320a06a
17+
- uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-nightly@320a06a6647c90ac97452b20fad5b689905a9791
18+
- uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-stable@320a06a6647c90ac97452b20fad5b689905a9791

0 commit comments

Comments
 (0)