Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates actions #141

Merged
merged 2 commits into from
Nov 4, 2022
Merged

Updates actions #141

merged 2 commits into from
Nov 4, 2022

Conversation

sr-gi
Copy link
Member

@sr-gi sr-gi commented Nov 3, 2022

Motivation

GH seems to have changed the way caches are handled and the old action caches are gone. Our CLN cache does not build anymore with the old actions (things used to work due to the old cache being restored).

Some actions are using deprecated stuff, update them. The only missing thing to be updated is actions-rs/toolchail, but there is no new version of it.

This is already been tracked, but looks like the project is not maintained:

actions-rs/toolchain#219
actions-rs/toolchain#221

If this ends up being an issue, we can manually install rust: actions-rs/toolchain#216 (comment)

@sr-gi sr-gi force-pushed the update-actions branch 18 times, most recently from 5fb53a7 to 8b726c4 Compare November 4, 2022 17:25
@sr-gi sr-gi requested a review from mariocynicys November 4, 2022 17:54
Copy link
Collaborator

@mariocynicys mariocynicys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One extra trailing space, LGTM otherwise.

if: ${{ steps.cache-cln.outputs.cache-hit != 'true' }}
run: |
sudo apt-get update && sudo apt-get install gettext
sudo apt-get update && sudo apt-get install gettext
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has an extra space at the end.

@sr-gi
Copy link
Member Author

sr-gi commented Nov 4, 2022

@mariocynicys should be OK now

@sr-gi sr-gi merged commit e7ad7a4 into talaia-labs:master Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants