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

Update GitHub Actions #361

Merged
merged 1 commit into from
Oct 21, 2022
Merged

Update GitHub Actions #361

merged 1 commit into from
Oct 21, 2022

Conversation

64J0
Copy link
Contributor

@64J0 64J0 commented Oct 21, 2022

Description:

With this PR I'm:

  • Updating the version of both the checkout and setup-dotnet actions used.
  • Pin the environment version to avoid problems popping up in the future due to some release (avoiding latest tags whenever possible).
  • Add a workaround for the MacOS dotnet tool restore, which was failing.

Let me know if there is anything you'd like to change in this PR.

Useful notes:

The MacOS workaround I found in this issue: actions/runner-images#5768 (comment). I added a new step to fix it when we're using MacOS as the host environment.

Other than this, one can find the actions mentioned before in the following links:

Finally, regarding the GitHub Actions host environment itself, one can find many details in this repository: https://github.com/actions/runner-images. It includes the possible versions, which tools are already installed there, etc.

…ture break when the version changes.

feat: update some action versions.
fix: add a workaround for macos since it fails to download some packages from nuget
@cartermp
Copy link
Collaborator

Wow, quite the issue involved. Thank you!

@cartermp cartermp merged commit b50fc42 into SaturnFramework:main Oct 21, 2022
@64J0 64J0 deleted the 64J0-8 branch October 21, 2022 23:17
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