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

[cicd] Update versions, fix cache error #1836

Merged
merged 4 commits into from
Feb 23, 2024
Merged

[cicd] Update versions, fix cache error #1836

merged 4 commits into from
Feb 23, 2024

Conversation

mikeland73
Copy link
Contributor

@mikeland73 mikeland73 commented Feb 23, 2024

Summary

  • This updates action versions to avoid node 16 warning.
  • Removes unnecessary go install action
  • Swaps go install to prevent cache error

How was it tested?

CICD

@mikeland73 mikeland73 marked this pull request as ready for review February 23, 2024 20:33
@mikeland73
Copy link
Contributor Author

I think you can ignore lapp stack failure (know issue we're fixing in another pr)

@@ -30,7 +30,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.6.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can upgrade to 0.8.0

@mikeland73 mikeland73 merged commit aa0a381 into main Feb 23, 2024
22 of 24 checks passed
@mikeland73 mikeland73 deleted the landau/cicd-fix branch February 23, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants