ci: bump cirruslabs actions versions#34815
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste |
No, I found them, but I can't see the releases or tags in https://github.com/cirruslabs/cache/tags. Can you link to them? |
Fair point, they do not exist there. They are in README.md and also on https://github.com/cirruslabs/cache/branches but I'm not sure why they don't use tags, I guess because of how they rebase their changes onto branches? I think it's a cirrus override oddity? |
|
lgtm ACK 9a968ad Ok, I see. Thx for explaining. |
Github-Pull: bitcoin#34815 Rebased-From: 9a968ad
|
Backported to 31.x in #34800. |
Github-Pull: bitcoin#34815 Rebased-From: 9a968ad
|
Backported to 30.x in #34805. |
Fix CI deprecation warnings of form:
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cirruslabs/cache/restore@v4.As these are hiding in
.github/actions/**/*.ymlthey were forgotten by the (two) previous PR(s) 😢#34802
#34344