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

Fix GitHub actions #1351

Closed
wants to merge 5 commits into from
Closed

Fix GitHub actions #1351

wants to merge 5 commits into from

Conversation

RomanPodymov
Copy link
Collaborator

@RomanPodymov RomanPodymov commented Oct 13, 2024

Tried this.

@RomanPodymov RomanPodymov marked this pull request as draft October 13, 2024 12:23
@mxcl
Copy link
Owner

mxcl commented Oct 16, 2024

I just fixed GHA, what is broken?

@RomanPodymov
Copy link
Collaborator Author

RomanPodymov commented Oct 16, 2024

I just fixed GHA, what is broken?

Hello @mxcl
Getting "version `GLIBC_2.27' not found (required by /__e/node20/bin/node)" on actions/checkout@v4.2.1.

@@ -46,7 +50,7 @@ jobs:
container:
image: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.2.1
Copy link
Owner

Choose a reason for hiding this comment

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

Do @v4 being more specific won't get us fixes

@mxcl
Copy link
Owner

mxcl commented Jan 16, 2025

I fixed them.

@mxcl mxcl closed this Jan 16, 2025
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